HomePHP Page 2 - Scratching the Surface: Getting Started with PHP Fusebox
Step 1: Setting Up the Core Files - PHP
Originally designed for ColdFusion, Fusebox is a methodology for designing web-applications with extensibility and ease of maintenance that is now available for PHP.
If you have access to a web server running PHP, you have all you need to begin using PHP Fusebox. Well, almost.
We're going to download the PHP Fusebox core files, and then learn how they work. Then we'll set up two circuits. In this case it'll be a simple website with two sections: home and biography.
Now let's set up our application!
First you need to download and copy the core files into the root directory of your application. These files can be found at http://sourceforge.net/projects/php-fusebox/ in their pristine state, ready to be shaped into a new website.