TinyMVC

TinyMVC is a PHP framework and sort of a bare bones content management system (CMS). It is developed similar to Zend Framework and borrows a lot of conventions from it, but is far lighter weight and is just the frame work without the extra classes. This allows you to chose your own means of doing other things -- you can use ZF components, or PEAR, or whatever you like.

The idea behind TinyMVC is to be light weight for small, quick projects. It was originally developed to serve multiple different kinds of WAP content (WAP 1.0, 2.0, and reduced HTML) for a very small web site. MVC was definitely the way to go, but Zend Framework was kind of heavy for the purpose.

Also, the learning curve of TinyMVC is really small. You can read all the code in less than an hour. While currently there isn't much documentation, there's a decent demo. I intend to document this further as time allows!

Sitemap: Home | Projects | jQuery: JSON RPC | jQuery: Image Map | PHP/Zend: Pho Cart | PHP/Zend: Tanabicom | PHP/Zend: TinyMVC | PHP/Zend: Cropper | Other: Linkspider | Android: Rooting |