BwFramework
- a lightweight MVC framework for PHP
BwFramework is a lightweight MVC framework, suitable for smaller projects and websites. It uses some of the ideas from Zend Framework - but in a small package, with some extra functionality.
BwFramework aims to have and be;
- SEO friendly URL:s
- ZF file structure look-a-like
- Nice template engine
- Caching functionality
- Developer friendly
Instead of creating my own caching functionality and template engine, I decided to go with Smarty for handling the views. As for web development tools, have I always liked FirePHP. As long as you're specifying your BwFramework web applications as in development environment, you will have nice outputs in the Firebug console.
I've also included my favorite JavaScript-library, MooTools.
Ok, enough. Lets see how easy it is to use. To the example!