This class can be used to framework that uses MVC design pattern. It provides a base loader class that loads other classes and plug-ins, a main controller class and a base model class that can be extended to implement application model classes. The views are implemented as PHP scripts eventually embedded ...
MVC Like Modular Framework Support forum mvclike Framework that implements the MVC design pattern This package is a framework that implements the MVC design pattern. It works in such way that each URL directory of an application has its own module. Each module is implemented by a class with a name ...
Joomla MVC Classes Support forum joomla-mvc-lesd Base MVC classes for developing Joomla extension This package provides base classes for developing Joomla extension using the MVC design pattern. It provides base model, view and controller classes wrap around Joomla base code. The base MVC classes ...
FF-MVC Support forum ff-mvc MVC 2 implementation based on Java Struts This package is an implementation of the MVC 2 design pattern based on Java Struts. It provides base actions and mappings classes, a request processor class and a front controller script. The action mappings can be configured ...
Damn Small MVC Support forum ds_mvc Light weight MVC implementation framework This package light weight implementation of Model-View-Controller software architecture in PHP. It can read the structure of a pages of the site from a definition file that is processed to determine how to dispatch the ...
smart MVC Support forum smart-mvc MVC framework using Smarty to render views This package is a framework that implements the MVC design pattern using Smarty to render the views. It provides several common Web application development components, such as controller and model abstract classes, a locale ...
This package implements the MVC design pattern. It provides based model, view and controller class that should be derived to implement new applications. It can get data from the browser secured with addslashes to prevent uses exploiting the system though GET, POST or URL data. It uses MySQLi for database ...
ASf MVC Support forum asfmvc MVC implementation framework This package is a framework for implementing MVC (Model-View-Controller) based applications. The main controller class takes care of loading other controller, model and view classes and dispatches the current request by calling the classes ...
lightweight MVC Lang Support forum lightweightlang Retrieve application texts from MySQL database This class can be used to retrieve localization texts from MySQL database. It extends the base model class of the Lightweight MVC framework to retrieve text translations for any supported idiom. If ...
Lightweight MVC MySQL SP Class Support forum lightweight-model Call MySQL stored procedures This class can call MySQL stored procedures. It is a model class for the Lightweight MVC framework that can connect to a MySQL database and call given stored procedures. The stored procedure parameters are ...