http://fusebox.org/go/fusebox-downloads/beta-program There are several resources for the curious reader at the bottom of the page, and the core files are now...
... Doesn't this allow you to let your user dynamically save his widgets in whatever order he wants? Like re-arranging the UI for your portal, ala Yahoo,...
... Yes, this would be like CFMODULE, but without the cost of having to completely rerun the whole core processes. $myFusebox->do() will basically act as a...
Yeah, that's true, but until this functionality was introduced into Fusebox, it was very much an explicit invocation framework. If this functionality was core...
I recently re-wrote the PHP FB4.x lexicon, foreach, for PHP FB5.0. The lexicon seems to work, however, it gets parsed twice any time I use it. I checked other...
By the way, this is what comes up in the parsed fuseaction file: foreach ($shows as $key => $show ) { // begin loop foreach ($shows as $key => $show ) { //...
All verbs have an executionMode. Block tags have one for "start" and one for "end". Take a look at the "loop" verb for an example of a tag with a start mode...
Okay, I think I understand what you are saying. However, my (modified) foreach.php code still ain't workin: if ( $fb_['verbInfo']['executionMode'] == "start" )...
Remember the "Circuit Maker" PHP script that was posted a long time ago? Well, a friend and I improved the heck out of it. Check it out. I think it'll be...
Great work Shannon! That's perfect timing, because there was a "scaffolding" program written for the CF FB5.5 release. So now we won't need to recreate that...
Thanks, and if anybody checks it out I'd love to get feedback. I can't find any documentation on the CF "scaffolding" program, so I can't tell how it...
Glad you're pleased! We kinda saw your idea & ran with it. We owe you one for liscensing it the way you did, so thanks. Good question about what we call (in...
this seems interesting for me, but i can't manage to get it working... i've downloaded your circuitmaker application and installed it. then i've run it and...
I tested a dynamically generated xml file which kept failing in its opening app (MS Word 2007). The bug was in a leading whitespace before <?xml ... ?> which...
Opps, I meant to say "in a non-Fusebox php file I setup as a test, the whitespace did not show up." (leading me to believe it comes from FB5)... - Mike ... ...
I am looking for examples of how to accomplish different types of loops within the FB 4.1 circuit.xml. I do have a grasp on looping through a db record set,...
oorastard, This is copied from http://fbx4.salientdigital.com <loop></loop> *Usage Examples* <set name="daysInMonth" value="1"> <loop condition="daysInMonth...
Hello, I am currently looking for php-fusebox aware developers and was wondering if you had any pointers for good coders (preferrably here in Belgium). Thanks....
It's good to hear that other people are still interested in PHP Fusebox. I've used it for a number of projects over the last couple of years. Seems most of the...
It's weird, my buddy and I both have a PPC Dual G5 Mac OS X 10.4.11 running the latest version of MAMP. I've tweaked both of our httpd.conf just slightly, but...
Hi - I am swamped with projects and would like to hire PHP a developer full-time or on a project basis. Most of the stuff I work on is in PHP Fusebox 5. ...
Hi, I've moved my development to a WinXP box. Upon first request, fusebox compiles and produces the expected parsed files and outputs HTML. On subsequent...
What version of Fusebox? Do you have eAccellerator on? It may not be due to Win XP. This is probably not related, but I noticed that MAMP 1.7 on OS X has ...
First, I'd make sure you have the most current version of Fusebox, if you're using FB5. The one in SVN are more recent than the ones on the site. Go to...
Hi Guys, Thanks for the pointers. I'm checking out the SVN version. This WSOD happens on all my sites on this box and only after when its trying to read from...