| "Hello, World!" Application 19 Nov 2000 |
| |
My first attempt at PHP-Fusebox. The concept is proven. In the ColdFusion world, this technique would probably be considered FB2. |
|
| HelloWorld.zip |
| Atomz Search Class 13 Feb 2002 |
| |
This is a PHP class that takes a search request for an Atomz.com search and returns the results as an array. Uses XML, and therefore requires the XML functionality to be compiled into PHP.
Updated version contains better documentation and example usage. |
|
| class.Atomz1.0.2b.zip |
| BodyContent Class 19 Nov 2000 |
| |
This class mimics the functionality of Steve Nelson's BodyContent custom tag for ColdFusion. Requires PHP4. |
|
| BodyContent.zip |
| Family App 26 Nov 2001 |
| |
This is a PHP port of Hal Helms's ColdFusion "Family" app illustrating nesting in Fusebox 3.0. Get the ColdFusion original from http://www.halhelms.com/. |
|
| family_PHP.zip |
| Fusebox 3.0 for PHP 26 Apr 2002 |
| |
This is the PHP version of the Fusebox core code.
The revolution has arrived! Version 3 of the popular Fusebox methodology has made porting the framework to PHP easier, faster, and more efficient than before.
Also see the new version of BodyContent (now called SaveContent) and my translation of the ColdFusion List Functions in this set of files.
Note: These files are mirrored from http://sourceforge.net/projects/php-fusebox/. Please view the change logs there. |
|
| FB3_PHP.zip |
| Fusebox 3.0 Newbie Guide (DOC) 29 Nov 2001 |
| |
This is the Word document version of Kathryn Butterly's wonderful introduction to Fusebox 3.0. This is great for both those new to Fusebox in general and those familiar with Fusebox, but not yet up-to-speed on version 3. |
|
| NewbieGuideV3.zip |
| Fusebox 3.0 Newbie Guide (PDF) 29 Nov 2001 |
| |
This is a PDF version of Kathryn Butterly's wonderful introduction to Fusebox 3.0. PDF generated by Jeff Peters. |
|
| FuseboxNewbieGuide.pdf |
| Fusebox 3.0 Newbie Guide - PHP edition (DOC) 9 May 2002 |
| |
This is a PHP translation of Kathryn Butterly's Fusebox 3.0 Newbie Guide, done by Claudio Galdiolo. The Newbie Guide is great for both those new to Fusebox in general and those familiar with Fusebox, but not yet up-to-speed on version 3.
Updated 9 May 2002. |
|
| FuseboxNewbieGuideV3PHP.zip |
| Fusebox 3.0 Newbie Guide - PHP edition (PDF) 13 May 2002 |
| |
This is a PDF version of Claudio Galdiolo's PHP translation of Kathryn Butterly's Fusebox 3.0 Newbie Guide. PDF generated by Keith Young. |
|
| FuseboxNewbieGuideV3PHP.pdf |
| Greek text generator 6 Jun 2002 |
| |
This file has a function that generates the indicated number of words, sentences, or paragraphs of filler "Greek" text (fake Latin: "lorem ipsum dolor sit amet...").
This is Alan Richmond's PHP port of Hal Helms's CF_Greek custom tag for ColdFusion. |
|
| greek_php.zip |
| List Functions 26 Apr 2002 |
| |
This library of functions recreates the ColdFusion List Functions in PHP, such as ListFind, ArrayToList, etc. |
|
| lib.ListFunctions.zip |
| Moreover News Class 18 Nov 2001 |
| |
This class takes a valid news category for Moreover.com, and returns an array of headlines for the requested category. Uses XML, so requires XML to be compiled into PHP. |
|
| class.Moreover.zip |
| PHP Pjortal 14 Mar 2002 |
| |
This is a port of Lee Borkman's FB3 Portal application, written by Anthony Cooper. Get the original ColdFusion version here. |
|
| php_portal.zip |
| PHP QuerySim 13 Aug 2002 |
| |
This is a PHP version of Hal Helm's and Bert Dawson's ColdFusion QuerySim tag. Requires PEAR::DB from pear.php.net (also comes standard with the PHP binary ditributions). |
|
| querysim_PEAR.zip |
| SaveContent Class 30 Nov 2001 |
| |
Class that mimics CFSaveContent from ColdFusion version 5.0. This file also contains recreations of the ColdFusion functions "CFLocation", and "CFModule".
Updated the Location() function Nov. 30, 2001. |
|
| class.SaveContent.zip |
| Search Engine Safe Converter 30 Jul 2002 |
| |
Note: This file is mirrored from http://sourceforge.net/projects/php-fusebox/
Include this file in your default file (index.php) before you include the core code in order to allow your site to use Search Engine Safe (a.k.a. SES) URLs. SES URLs overcome common problems that sites using dynamic URLs have with search engines and web stats programs. |
|
| SearchEngineSafe.zip |
| XFB Example App 2 Jul 2001 |
| |
This set of files was written by Phil Spliter, originally posted here on June 7, 2001. |
|
| phpxfb.zip |
| XFB Example App 31 Jul 2001 |
| |
This set of files was written by Ross. |
|
| rossxfb.zip |