Another simple MVC

Package:
Another simple MVC
Summary:
Model view controller framework implementation
Groups:
Design Patterns, Libraries, PHP 5
Author:
lattuada
Description:
This package provides a model view controller framework implementation.

It provides a database access class, a front controller class and a template processing class.

to get started edit the .htaccess and make the rewrite base fit your server
then edit /config/define.php to set your database access.

by now what you may do is: set up a nice error handler function (http://php.net/manual/en/function.set-error-handler.php) and if you need it setup a cache handler too(may record an ob_start callback, and gzencode the content you are sending to browser).


Powered by Gewgley