Home arrow PHP arrow 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.

TABLE OF CONTENTS:
  1. Scratching the Surface: Getting Started with PHP Fusebox
  2. Step 1: Setting Up the Core Files
  3. What do the "core files" do?
  4. A Word on FuseDocs
  5. Fusebox Naming Conventions
  6. Picking Up Where We Left Off: Setting Up the Core Files
  7. Using XFAs
  8. Step 2: Creating the "Biography" Circuit
  9. Almost There!
  10. PHP-Fusebox Links
  11. Fusebox Links
By: Mike Britton
Rating: starstarstarstarstar / 8
May 29, 2002

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

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.

The Core Files:

index.php

DefaultLayout.php

dsp_main.php

fbx_Circuits.php

fbx_Fusebox3.0_PHP4.0.6.php

fbx_Fusebox3.0_PHP4.1.x.php

fbx_Layouts.php

fbx_Settings.php

fbx_Switch.php

fbx_ListFunctions.php

fbx_SaveContent.php



 
 
>>> More PHP Articles          >>> More By Mike Britton
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 1 - Follow our Sitemap

Dev Shed Tutorial Topics: