Hi, In the old version of Fusebox, there was a file on the circuit level, I believe, where you could put all common functions used by fuseactions in this...
In addition to Owen's method, you can also place global functions in fusebox.init.php. Any fuseaction app-wide can access them as it is included on each...
Hi all, Attached please find a beta of a version of devnotes for fusebox 4.1 PHP. Devnotes is a 'web page annotation' system that allows visitors to comment on...
Hi Michael, Fusebox 4.1 has implemented a function called "__cfthrow". It is already used internally by Fusebox, so it'll handle system-generated errors like...
Hey guys, I'm sure everyone has seen Google Analytics by now. I was wondering if anyone has figured out how to setup their filters to deliver meaningful...
You are supposed to be able to set up an Advanced custom filter to take the Request Stem, ( the /index.php portion), and the Request queries, (the key value...
Hi Ted, thanks for your example! As a matter of coincedence there was a user in the Fusebox.org forums asking about Devnotes for PHP Fusebox, I've forwarded...
I've also put your .zip that you sent to the mailing list onto the "Files -> Fusebox Applications" section, since there are people that just get daily digests...
Hi all, I'm a reasonably experienced CFML Fusebox user who has turned his hand to PHP(5). I've got a couple of (probably predictable) questions about certain...
Hi Roger, Not sure about the cacheddata question. Regarding class instatiation, you might also run this question past one of the many PHP user groups. I...
Greetings Roger! I can say that I haven't had any trouble with the app_cacheddata file and lag, but I know that as you have more and more MVC circuits it does...
Hey Roger, We are working on a very large web application using the PHP Fusebox core files. I can tell you that we have had serious problems with having to...
Guys, thanks very much indeed for taking the time to write detailed replies on what is no doubt a busy Monday. Your real-world experiences are very interesting...
Raises an interesting point about attribute names and length. I wonder if we can use abbreviations to shorten these variables names - not in the XML, but in...
Roger, You shouldn't need the relative path or the 3-letter extension - unless I'm missing something. <include template="dsp_form"/> <!-- thats it --> Or from...
Roger, you can just use 'circuit="whatever"' in FB4.1 now for includes, ie: <include template="dsp_something" circuit="mycircuit"/> rather than: <include...
Thanks for pointing that out guys. I've just re-read your earlier post more carefully Mike, and the penny has dropped as to why you register those empty M and...
It was actually never possible, so this has been explicitly added in. In FB4, the xmlAttributes['circuit'] was hard-coded whether it existed in the xml or not....
Hey Ted, First of all, thank you very much for doing the translation on devnotes. I was an avid devnotes user when I was doing ColdFusion development. I'm...
More than happy to lend a hand. It would be nice to see this little app mature. Can you send me the XML file? I'd like to test it on my system (and test a...
Can you also send me your PHP version (and installed extensions, off list if you want)? I have a vague memory of seeing this elsewhere... It _might_ be related...
In our application, the admin directory is password protected using htaccess in the Apache server ... if one enters an URL such as myapp.com/admin/index.php,...
Hi Michael, Create and include/do an act_ file at the top of your admin fuseactions based on http://us3.php.net/features.http-auth Scroll down to the example...
... Well, its displaying the page because the visitor is not accessing files under the url myapp.com/admin/. What you need to do is write a plugin for Fusebox...
Hi Ted, Sean Corfield has a collection of resources for Fusebox (albeit, with a ColdFusion focus) at the bottom of his dedicated page. They include articles on...