Mike, 1) When I use the LWF to update a fuseaction that has a do action v.admin at the end, the downstream call doesn't show up on the form, so I've been able...
... On the one hand, I was trying to focus on the fuses called directly by the fuseaction, because how do I show one <do/> that has more than one fuse...
Yeah, I see your points. It's still pretty fab. It would be nice to "recall" the <do> on the form so I don't accidentally double-up. Either that or check on...
... That I can do, for sure. ... I was writing a new xml child node for the include, and then replacing the existing tag with the new one. I still do that, but...
The following PHP-fusebox poll is now closed. Here are the final results: POLL QUESTION: Which version of PHP fusebox are you using ? CHOICES AND RESULTS -...
PHP-fusebox@yahoogrou...
Apr 5, 2006 2:14 am
3484
Just read on Sean Corfield's blog that an alpha of Fusebox5 is coming soon. Just wondering if there is any news of a PHP version... ...
Hi Mubs, The new core files haven't even been released to Team Fusebox yet, so nothing is coming any time soon. We won't be attempting any PHP port until the...
Mike, Thanks for the update. Sorry I thought you had said you were included in the Fusebox5 development process, thought you might have earlier access to the...
Hi Mubs, I am actually part of the dev team, but not to the point where I'm helping Sean with his initial treatment of the core files. Once he's happy with...
Fusebox 5 has gone into alpha testing now, which is fantastic news! Sean Corfield (www.corfield.org) has done a tremendous job so far of taking the spirit of...
One thing we'll definitely have to start thinking about is the best approach towards the application scope. In FB5, $application['fusebox'] is not going to be...
... I would vote for trying to make it available for 4, but all of us have limited time so if there's an easy way to do x in 5 and not in 4, it should...
One other thing, Mike. If at all possible, I'd like to see all fusebox variables, methods, and classes prefixed to minimize collision with end user application...
Hey Ted, AFAIK, FB only has the $myFusebox, $application and $attributes collections. The core files all put their temporary variables into a $fb_ structure...
Victory! When Sean released Alpha 1 of the FB5 core files, support for <include circuit="" was not included, since it was an undocumented and unsupported...
<egg_on_face> You're right... The overlap was coming from a plug-in *I* had written (and forgotten I was using). </egg_on_face> Thanks for the hard work and...
Mike, I have a Fusebox4.1 setup with the Fusebox core files [in a folder at the root level] instead of being [in the root level]. Accordingly, the paths to my...
Geoff, Try deleting the "$pPath." from the index.php file. PHP is surprisingly good about knowing where to look for files when using relative paths (as is the...
Hey Ted, Rather than deleting the $pPath var from the relative path, is there some change I should make in it so that it's more capable of handling every...
Alright, here's an update: The alpha core for FB5 was released to the members of the Fusebox5 Yahoo! Group a while ago, which has a larger membership than the ...
... Well, i may be wrong about the conclusion that that is the problem too... I just know that deleting it seems to have allowed me to get to the login page...
In a nutshell, I have a WAMP where I have myapp myapp/fbx myapp/modules therefore in fusebox.xml every path to circuits starts with ../modules/ When you run...
I'll try to recreate it myself first. All my tests have been to fuseboxes where the fusebox.xml is the root of the app, and circuits nested within. Looks like...
Sounds good. On a somewhat unrelated note, is there a PLATFORM_PATH_SEPARATOR variable already in Fusebox somewhere? I figured there must be. Anyway it would...
in PHP there is the constant DIRECTORY_SEPARATOR and if I'm not mistaken, some FB apps (possibly the core files as well) make use of $slash (or was that...