Hi All, I've started to use all classes in my Model and whipped my Control circuits into shape with this instantiate and invoke markup: <?xml version="1.0"...
Anyone reading this list who... - is not already employed full time, or - has 10 or more hours a week to devote to a large ongoing project, and - has...
Hi Geoff, I would be interested in some more information regarding your PHP/MySQL job opportunity. I have been using PHP and Fusebox for about three years,...
I have FBX4 (4.1? (I think)) Inside circuit goo, I tried <include template="dsp_foo" circuit="foo"contentvariable="content['body']"/> and get You tried to...
You should definitely doublecheck, Geoff. FB4 had no advanced options for <include/> at all, including out-of-circuit includes or contentvariables. Also note...
Hi All, Sorry to resend this, but the issue is critical for one of my projects. Either I'm doing something really wrong in my FB5 markup in circuit.xml or ...
Alright, I fixed it. There was a syntax error in invoke.php with a CF "&" not swapped out with the PHP ".". There was also a problem with the parent verb...
Thanks! I'll take a look to get familiar with that part of the code. Is this the SVN at fusebox.org or php-fb4.sourceforge.net? As I get more spun up on FB...
I made a (yet another) site that breaks in IE which naturally looks great (okay, well it works how I intended it to) in every other browser I try it on. Then...
Hello all, Would you guys help me with this problem : I'm trying to develop a project with : php-5.1.6 fusebox-5 (fusebox5_php_GR0.zip) my home circuit.xml : ...
Hey Jerry, I don't know Fusebox 5 very well (yet) but... <do action="doSomething"> <parameter name="par1" value="val1" /> </do> are you trying to do <set...
Hello Geoffrey, Thank you for your reply... I read about it on http://www.fusebox.org/index.cfm?fuseaction=documentation.WhatsNewInFusebox5 in "New do,...
Thanks for that link. It looks like you used the Fusebox 5 syntax correctly to me... it may be a bug in the PHP version of Fusebox 5 parser. It might work okay...
Hi, Being a quick reader, I missed the part in Mike's reply about the location of the SVN. So, I downloaded and merged all the files changed in the past week...
Hello Geoffrey, Thank you for your reply... I read about it on http://www.fusebox.org/index.cfm?fuseaction=documentation.WhatsNewInFusebox5 in "New do,...
Hi All, I wanted to var_dump $myFusebox->getApplication() and it seemed to be in an infinite recursion which is what I think crashed Apache on last night's ...
Hi Michael, You can't dump $myFusebox->getApplication() because it's an object that contains references back to the same object everywhere. That's also why I...
http://phpdoc.org/ Mike wrote: Hi Michael, You can't dump $myFusebox-> getApplication( ) because it's an object that contains references back to the same...
Mike, Roger that on the getApplication() etc. new argument verb and a later myFusebox.php: the SVN versions are good to go and while merging it, I noticed the...
Hi Michael, I've committed a change to the instantiate verb file, it was a minor change (default value of overwrite if not declared was TRUE, not "true") Let...
Hi Mike, I've merged the instantiate.php file and any others that were newer than my GR.0.0 release. I still have the same problem with the class file being ...
Hi Michael, Can you pare your application down to just the absolute core elements that recreate your problem, and zip it up for me to take a look at? I haven't...