Yes, as parameters in fusebox.xml (or the new FUSEBOX_PARAMETERS array in index.php): <parameter name="parsePath" value="/tmp/tmpfs/"/> You can do the same...
In looking at parsed files, when I <include template="dsp_helloworld"/> it is included. Every time, even if it was already included before. In some cases this...
I thought I was using Fusebox 4.1 but now I am not sure: When I do this in "circuit_A" : <include template="act_file" circuit="circuit_B" /> I get the...
Yes, I get that too when I was sure I was using FB 4.1 from SVN. Annoying, but I just worked around it the usual way by adding wrapper fuseactions to call as...
I dunno. I thought that it was one of the last features added, but I didn't dig into finding out whether it was part of the spec or not. Seems like it ought to...
<include circuit=""/> was a feature that was inadvertently added in FB4.1, for both PHP and CF, but only inside a <fuseaction> block. If you tried to do that...
<prefuseaction callsuper="true">...</prefuseaction> <postfuseaction callsuper="true">...</postfuseaction> With the prefuseaction, the parent's prefuseaction is...
Greetings, What are the options of the type attribute for the class tag. The fusebox documentation mentions several CF types (java, COM, CORBA). I have...
To my knowledge, it merely represents a PHP class file. For example, in my apps I have a custom class that extends PHPMailer for sending email. I define...
Hello anyone still listening on the PHP Fusebox list... I have it on good authority that PHP Fusebox is not dead, although the list traffic has been nil for...
Hi Geoff, thanks for updating your site! Don't know if there's any room for it in your sample app but one of the best enhancements to PHP Fusebox with version...
BTW, I added some extra text regarding the <appinit> globalfuseaction on the Wiki. <appinit> and fusebox.appinit.php aren't like regular programming points in...
Mike, Regarding the <parameter> tag... help me out here. I recall that in Fusebox4, you'd use the field names from a db query as variable names inside a loop;...
Hi Geoff, answers inline: ... The <parameter/> tag when used as a child inside <include> or <do> allows you to temporarily create a variable or override the...
... allows you to temporarily create a variable or override the value of an ... Wow, I get it. Thanks a lot for the clarification. I've updated the PHP Fusebox...
If you remember that "development" mode does in fact mean that fusebox.load and fusebox.parse are both set to 'true' for every request, what you were...
Guys I'm glad to see some PHP activity again. I've been building PHP sites with Fusebox for some time but wasn't sure who was left in the "community". Will try...
... I was going to ask how development mode is different from development-full-load ? ...but then I answered my own question by reading the comments in ...
It's good to see a bit of activity on this group again. I am obsessed with PHP Fusebox! I have been programming 95% of my apps in Fusebox for the last 4...
Was talking to one of my buddies on this list and he mentioned that he actually was doing less work in FB for small quick-and-dirty sites because it was too...
Hi Flavio, Actually PHP and ColdFusion are very similar, they both have essentially the same scope and overlap almost perfectly. Your myFuses project does a ...
I tried learning cake but it was too confusing at first. Based on the advice of a friend I tried Kohana. It's very cool and extremely fast, but a completely...
Mike and sky, I'd like to offer myself to help with this. I'm not all that familiar with Cake, but I can learn. If you come up with some concrete tasks or...
Thanks AJ! The important thing is identifying the features that people like about Cake and frameworks like it, so that we can come up with a way to incorporate...