Menu

PHP Fusebox 4 / News: Recent posts

PHP FB4.1 is "official", w00t!

Thanks to all who submitted bug reports (along with code suggestions for fixes), the core files for PHP Fusebox 4.1 have been deemed stable enough to be considered "official". As such, they have been moved to the official Fusebox downloads site, http://downloads.fusebox.org

Sample applications can still be found on this website.

Posted by Mike Ritchie 2005-01-16

PHPFB4.1 is at first Release Candidate stage

In keeping with the MX final core files, the minor version numbers have been removed from the file names. You will need to adjust your index.php accordingly. If no errors are reported with this release, it will be copied to the Downloads section of the official Fusebox website (http://downloads.fusebox.org) and removed from the Sourceforge project.

Posted by Mike Ritchie 2005-01-10

PHPFB41 is in beta... w00t!

This is a MASSIVE improvement to the groundwork laid out in the
Fusebox 4 core files. You should feel free to report any bugs within the SF environment.
Again, please restrict your suggestions/feedback to keep the
functionality of the core files in line with the features that exist
for the CFMX version. Compatibility is the number one requirement here
to have these files accepted as "official"... read more

Posted by Mike Ritchie 2004-10-07

PHPFB4 is "official", w00t!

The core files are no longer available in the downloads section of the Sourceforge project, as per the agreement with the Fusebox Corporation under which our involvement in the PHP port falls.

To access the core files, you can go to:
http://downloads.fusebox.org/index.cfm?method=Fusebox4.download

You have to supply an email address for the file to be sent to. To the best of my knowledge this email address is not collected at all, or used in any other context aside from delivering the file.

Posted by Mike Ritchie 2004-08-30

PHPFB4 at first Release Candidate stage

With the latest core files, it is our hope that Fusebox 4 for PHP is stable enough for inclusion on the main downloads section of the official Fusebox website. (I can say with certainty that at the very least the PHP version is more stable than the CF5 version... ).

I am submitting this version of the core files as a Release Candidate to JCQ and if it is approved then PHPFB4 will be consideren an official Fusebox 4 port! w00t!... read more

Posted by Mike Ritchie 2004-08-24

Relocate tag changed

The new core files change the way the <relocate/> tag works in your circuit.xml files.

Previously you would have something like this:
<relocate url="$myself.'cUser.editform&userid='.$userid"/>

Now, in order to make it more inline with the way the tag works in ColdFusion FB4, you would have something like this:
<relocate url="{$myself}cUser.editform&userid={$userid}"/>... read more

Posted by Mike Ritchie 2004-08-24