I am having an issue, and I cannot figure out what is going on... I do my development using the Apache Friends XAMPP package and PHP 5.1.1 on my computer... We...
It seems that IIS (or my particular configuration) only will perform header relocates with a full url, including the protocol and server name... Once I tacked...
Hi Owen, glad you found the problem! If you're going to have to put in the full URL, I would turn it into a variable so your app is still more or less...
* changed: $application['circuits']['circuitname']['xml'] points to the correct structure now, not one layer up too high. For most apps this shouldn't make any...
I think it can be done a bit easier now: rather than have a circuit trace file for each fuseaction, we can just add a require_once into the Transformer at the...
Hi Mike, thanks for responding... I am glad I got it working also, but I approached how to handle it in a different way... My $self & $myself variables now use...
Hi All, Thanks, Mike and Ryan for the suggestions. I went ahead and made new fuseactions for each piece of content, controller and view fuseactions. In ...
What is fusedoc? How is it used? When do we use it? Where do we use it? Why do we use it? I'm currently writing my final year application using FuseBox but ...
... The fusedoc is a xml-based comment block that precedes any active code. It attempts to explain the scope and tasks of the fuse (.php file) and the...
Thanks that was a very quick and precise reply. And yeah it helped. ... The fusedoc is a xml-based comment block that precedes any active code. It attempts to...
Nicely explained, Mike. For further info, I recommend our explanation of Fusedoc in the context of the entire FLiP process as recorded in "Helms and Peters...
Experienced developers please... email me your rates and availability off-list if you want to work on a great project. Must be willing to sign an NDA and be...
Hi again, so far i'm try to block non-member for entering my site. So can i do that with "Circuit Control access"? Although i tried the adding session blocking...
I tried a do silly thing, as i coded the a m.block_non_member fuseaction into the prefuseaction like this <prefuseaction> <do action="m.start_session"/> <do...
Here is a script that I started with and expanded for my security.. http://www.fusebox.org/forums/messageview.cfm?catid=25&threadid=4048&messid=20358 ...
Mike mentioned,"Remembering that Fusebox 4.x doesn't actually enforce the permissions you set, you'd then create some sort of function that will check the...
Oops I'm sorry I gave you the coldfusion thread.. you probably want to look here --> http://www.fusebox.org/forums/messageview.cfm?catid=6&threadid=4277 for ...
Wow, my little security script is getting a lot of traffic! Glad it's helping other people out, heh... One last thing of note, this script will only provide a...
In a circuit, a prefuseaction gets prepended to any fuseaction executed in that circuit, either by way of the url, or <do/> from another fuseaction. The...
Good one Geoff! I actually wrote both scripts, in ColdFusion first and then ported to PHP. It was based on the list-based security concept that JCQ showed us...
I understand. Let me see if I understand you correctly, you said," Prefuseactions or postfuseactions are a great way to apply circuit-wide processing, such as...
... View\circuit.xml of the web application. If not where would you store it?.. generally speaking. ... That's a controller fuseaction. Your XFAs should...
First off, check out this (raw, un-beautified) animated demo: http://www.fusebuilder.net/live/wireframer.html This is your "classic" wireframer app, with some...
Where's Fusebox? It's much more mature than most of these Johnny-come-latelies. Why the snub? http://www.phpit.net/article/ten-different-php-frameworks/...
I'm sure it's not a 'snub' per se, just lack of awareness... The problem is that Fusebox is directly associated with ColdFusion, and therefore is not a "real"...
Makes it seem more "proprietary" (although harder to find developers) But I couldn't agree with you more. It's bizarre how few people have heard of Fusebox...
I am working w/ J2EE but frankly, fusebox is just appropriate for most apps. For CMS is do use sitellite, which has a great framework as well (also PHP). On...
Enter your vote today! A new poll has been created for the PHP-fusebox group: Which version of PHP fusebox are you using ? o Fusebox 4.1 o Fusebox 4.0 o...
PHP-fusebox@yahoogrou...
Mar 21, 2006 8:32 am
3455
... There was a set of files created for FB3 for J2EE, no initiative started for FB4 that I'm aware of....