Home     PHP / Javascript / Ajax
PHP EZMVC Script

PHP Script Codes > development-tools

EZMVC Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 388

PHP Script Codes > EZMVC
This package is an easy-to-use framework implementing the MVC (Model View Controller) design pattern. It helps you create maintainable, flexible and scalable applications. It is pretty similar to frameworks like codeIgniter, cakephp or symfony but does not contain all the features of those frameworks at the moment, however, it is built on ease of use bases. It provides:

- A base registry class for storing application variables
- A router class to dispatch requests to controller classes
- A MySQL database wrapper class
- A base model class to manage stored information
- A template processing class to manage the output of view scripts
- Helper classes for CAPTCHA validation, display pagination and bread crumbs links