Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Nov 3, 2006 12:17 am
3815
... ... Announced! "development-circuit-load" mode works now, and you shouldn't get any more "strict" errors in PHP5. With some sneaky coding I was able to get...
Ooops, it looks like a bug that I had earlier fixed somehow got back into the core. It's been fixed and a replacement zip is now online. Sorry about that! Mike...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Nov 3, 2006 9:47 pm
3819
Has anyone had a chance to test out this new version of the core files? I'd like to send this to Sean for inclusion on fusebox.org as the "official" core files...
I have used them quite extensively and they seem to work well. I haven't found any bugs. Thanks for the hard-work Mike! PS: Development does seem a little bit...
Hey Mike, I finally had a chance to try out RC3. Here's a little rundown on what I did: (Apache 2.2, PHP 5.1.4, WinXP Pro) I have a working FBX 4 app. I dumped...
Hi Geoff, The "dirty" way would be to reference all the object properties directly. You can (almost) use the same syntax as before to get to any of the...
Hi Mike, Finally getting around to spending some more time with RC3. Hate to say it, but I'm right back where I was with RC2. First request after killing the...
And the fix is.... Change the name of "fusebox.xml" to "fusebox.xml.php". And looking at the reload() function of FuseboxApplication, I can see why. All is...
Sweet, thanks. That fixed it. Is it still correct to use $FUSEBOX_APPLICATION_NAME = "cacheddata"; $FUSEBOX_APPLICATION_PATH = ""; // bring in the $application...
Hi Geoff, that is indeed valid still. In fact, FB5 comes with "dummy FB4 and 4.1 runtimes so that you can just drop this into an existing FB4 app's folder and...
Hi Christopher, It should work exactly as expected with fusebox.xml as well. If you look inside the $needToLoad section, you'll see that fusebox.xml.php is...
I have a couple applications that are use by multiple groups. Currently they are FB3 CF. I have the main program files in a central location and each instance...
Hi there, welcome to the group! FB4.x and up aren't set up to get their circuits from an absolute path. The easiest way to reuse a single fusebox app in...
Hi all, I've implemented Nat Papovich's layout for FB5 projects, and it references some items that may not be implemented in the PHP version. His layout is ...
Hi there, I am newbie using PHP Fusebox v4.1.1, I would like to be able to redirect users to the relevant locations using the code below within a fuseaction: ...
Hi, We just published an introductory article in Spanish on Fusebox (version 3, primarily, but referencing version 4). If you have a blog (or wiki, Geoff ;-) )...
Jkash, Hey welcome to PHPFBX. I've not seen code like ... ','suppressLayout'=>true)); since fbx3. Maybe the following will help. Pasted from the fusebox4 wiki...
Hi Jokash, as Geoff mentions <relocate/> is the tag you want to use in your circuits to redirect the user to another resource. Module() was used in FB3 to...
Thanks guys for all your help I now understand that I was using a function that does not exist in PHP Fusebox. ... use in ... was ... did, ... over! ... to ......
Hi Jokash, It actually did exist in PHP Fusebox, but an earlier version. Module() was a user-defined function in PHP Fusebox 3 that has been "replaced" with...
Congratulations! You're one of the select few who have a problem with 'fusebox.xml' as opposed to 'fusebox.xml.php', and a botched relative URL from webroot to...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Nov 29, 2006 7:08 pm
3844
Hi All, RC4 is online now, and I think this one is the winner. I found a small code bug in the relativePath() method of fuseboxApplication, which was causing...