- No routing mechanism
- No complex autoloading schemes
- No proper MVC (Every .php file is a controller - No model files - View Files are organized however you like)
- Class names works as basic namespaces. I don't like PHP 5.3 namespaces.
- No hidden include()/require() nightmare.
Monday, May 24, 2010
First step: A stripped-down PHP framework
After seeing so many PHP Frameworks that offers everything and a lot more of what I really want I decided to build a stripped-down PHP framework between pure standard PHP files and a proper MVC do-all PHP framework. I really like to keep a few things almost the same as working with straight PHP files.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment