Fuse Framework
From Wikipedia, the free encyclopedia
| Fuse | |
|---|---|
| Image:Fuse logo.jpg | |
| Image:Fuse default index.png The Fuse Default Page |
|
| Design by | Jim Keller |
| Written in | PHP |
| OS | Cross-platform |
| Genre | Web application framework |
| License | MIT License |
| Website | http://www.phpfuse.net |
Contents |
[edit] Introduction
FUSE is a PHP framework created by Jim Keller that uses Model-view-controller architecture along with Object-relational mapping Data Modeling concepts to provide tools for rapid PHP development.
[edit] History
FUSE was developed in response to the need for a powerful but simple framework for PHP that included concepts from the increasingly popular MVC framework Ruby on Rails. FUSE endeavors to be adaptable and scalable while still providing minimal barrier of entry for PHP developers looking for an introduction to MVC development.
[edit] Features
- Object Relational Mapping / ActiveRecord
- Fully featured templating system
- Builtin User object with granular ACL capabilities
- URI Router removes the need for ugly URIs and often eliminates the need for query strings
- Database abstraction layer (FuseDB) allows for portability among different database systems
- FuseBRIJ object allows PHP functions to be executed directly from Javascript, providing AJAX functionality
- Photo Album object allows simple management of photos alongside data
- Configuration manager for easily deploying separate environments (development, staging, production)
- Additional Features (See External Links for FUSE website)
[edit] Current Version
FUSE version 1.0 was released on January 31, 2008
version 1.1 is due for release on April 11, 2008

