Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3722 - 3751 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3722
... Are you saying explicitly if contentvariable="" is used, you get this output? I'm looking at the "include" verb and it's inside a test where ...
Mike
starkraving2002
Online Now Send Email
Sep 1, 2006
11:08 pm
3723
Is there a reason you wouldn't just omit the contentvariable attribute?...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 2, 2006
5:17 pm
3724
Does anyone out there have a good method for server-side form validation that incorporates nicely with Fusebox 4+? It seems like there could be a nifty class...
ee_dd_oo
Offline Send Email
Sep 3, 2006
11:08 pm
3725
My email form does some input validation. Download the complete application here: http://www.clevernet.biz/fusebox-feedback-module.htm Ted Stresen-Reuter...
G. T. Stresen-Reuter
tedmasterweb
Offline Send Email
Sep 4, 2006
12:24 am
3726
I usually do server-side form validation like so... 1) make a form as its own dsp, i.e. dsp_form contains <form ... >controls here</form>. 2) Each form control...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 4, 2006
2:58 pm
3727
... I think the XML controller is largely a balancing act between not having enough logic "up-front" and being too verbose. I've taken to something like the...
Mike
starkraving2002
Online Now Send Email
Sep 5, 2006
6:04 am
3728
This might be of interest for this thread: http://es.php.net/manual/en/control-structures.while.php#47889 Ted...
G. T. Stresen-Reuter
tedmasterweb
Offline Send Email
Sep 6, 2006
12:07 pm
3729
... If only it were so simple! Unfortunately such an approach is not thread-safe. The code I have been working on should work, but has been exhibiting some...
Shannon Carey
rehevkor5
Offline Send Email
Sep 6, 2006
2:28 pm
3730
... At this point I'd be happy with something that that was 85% ready... so long as it runs on all the servers that the Beta3 doesn't, that'd be good enough to...
Mike
starkraving2002
Online Now Send Email
Sep 7, 2006
11:58 pm
3731
... It might be best to just put a fat warning somewhere saying that your fusebox application will be unreliable on FAT and NFS file systems since those are...
bret curtis
psi29a
Offline Send Email
Sep 8, 2006
1:12 pm
3732
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Sep 8, 2006
9:11 pm
3733
... Great work, Mike! -- Damien McKenna, husband, father, geek. damien@... - http://www.mc-kenna.com/...
Damien McKenna
d_mc_kenna
Online Now Send Email
Sep 8, 2006
9:30 pm
3734
Changelog: * Added branching logic into fuseboxApplication->compileRequest that looks for php version ($_fba->scriptVersion if you want to access it) and...
Mike
starkraving2002
Online Now Send Email
Sep 8, 2006
9:33 pm
3735
... I'd like to submit this to Sean as ready for Fusebox.org/downloads. Any feedback? Has anyone tried the skeleton app yet? the LetsMakeADealv5 app? Has...
Mike
starkraving2002
Online Now Send Email
Sep 11, 2006
12:22 am
3736
I just tried out the new core files, using PHP 5, and I got the error: *Parse error*: parse error, unexpected ';', expecting T_CATCH in *c:\documents and...
Andrew Fabian
anddee2k
Offline Send Email
Sep 11, 2006
4:48 pm
3737
... Wait a minute, are you paraphrasing here? or is this really what your parsed file looks like? Isn't it missing verb instructions? There should at least be...
Mike
starkraving2002
Online Now Send Email
Sep 11, 2006
5:23 pm
3738
Hi Andrew, thanks for the feedback, I wasn't sure if this would work or not, CF's FB5 has <cftry> around the parsed fuseaction whether there's an exception...
Mike
starkraving2002
Online Now Send Email
Sep 11, 2006
5:25 pm
3739
That's the entire thing. The two fuseactions listed are completely empty, like <fuseaction name="connect"></fuseaction>, so I think that behavior is normal....
Andrew Fabian
anddee2k
Offline Send Email
Sep 11, 2006
5:33 pm
3740
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Sep 11, 2006
6:29 pm
3741
Alright, I've posted a new version, try now :) ... lines...
Mike
starkraving2002
Online Now Send Email
Sep 11, 2006
6:30 pm
3742
Cool, it ran perfectly. Andy...
Andrew Fabian
anddee2k
Offline Send Email
Sep 11, 2006
9:05 pm
3743
Hi All, I'm doing some experiments with XSLT content in a fusebox app, but I've hit a snag. I thought dynamic includes were possible: <include...
Michael Omar Gatto
gatto_omar
Offline Send Email
Sep 14, 2006
8:53 am
3744
Hi Michael, I'm not sure but it's possible that {$attributes['page']} is being handled by the include verb. It could be looking for an extension in the string...
Mike
starkraving2002
Online Now Send Email
Sep 14, 2006
2:19 pm
3745
... Does anyone else have any bug reports? Can I release this as FB5 v1 on FB.org? Mike www.fusebuilder.net...
Mike
starkraving2002
Online Now Send Email
Sep 14, 2006
5:22 pm
3746
I'm finally getting around to plugging FB/PHP5 into my app now, and after figuring out how to access 'fuseactionVariable' by asking $myFusebox for the...
skygxproject
Offline Send Email
Sep 14, 2006
5:52 pm
3747
Try downloading the RC again, this was addressed after Andrew's bug report. In the CF version Sean has try/catch around the parsed fuseaction whether there's a...
Mike
starkraving2002
Online Now Send Email
Sep 14, 2006
6:04 pm
3748
Thanks, Mike. I had grabber RC1 from SourceForge, so I guess that hadn't been updated yet. I'll stick to this groups Files section going forward. :-) Next...
skygxproject
Offline Send Email
Sep 14, 2006
6:22 pm
3749
... OK, I'm seeing now that xmlSearch() is in udf_XMLUtils.php. I just gotta figure out why that file isn't in play here. -Christopher...
skygxproject
Offline Send Email
Sep 14, 2006
6:37 pm
3750
Yup, that fixed it. So, as I understand it, when it outputs the error message, it evaluates my string. But, internally, its adding as extra .xml to my string...
Michael Omar Gatto
gatto_omar
Offline Send Email
Sep 14, 2006
6:46 pm
3751
... Near as I can tell, udf_XMLUtils.php is included at only one point (via require_once()) in the reload() method of the FuseboxApplication class. Is this a...
skygxproject
Offline Send Email
Sep 14, 2006
6:53 pm
Messages 3722 - 3751 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help