= '' . "\n" ?>
This is the homepage for the RapidPHP project. RapidPHP is the Rapid PHP Web Development framework. It's not a super-duper-do-everything-and-complicate-and-obfuscate-standard-design-patterns kind of framework. It implements design patterns to spec but takes convenience routes where appropriate to in order to simplify (first and foremost) and accelerate development (secondarily).
Here's the basic idea of RapidPHP: Increase code quality and decrease maintenance time and feature implementation time. This is accomplished by using the Model-View-Controller, DAO/DVO and other design patterns all the while allowing for one-off pages or smaller applications where MVC would be overkill. RapidPHP classifies these areas as Pages, Modules and Applications.
Oct. 24, 2005
Still in the process of design by real world usage of the project.
Session and TemplateEngine classes have been added to the system.
The TemplateEngine simply acts as a wrapper to Smarty, for now,
providing a generic interface.
Sept. 30, 2005
The project is going through extensive design and engineering to get
what I want out of it. What this means is developing something useful,
for example this homepage for the project, and seeing what fits best
where and what needs to be made better or easier or more convenient or
more comfortable.