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 ...
... extended to implement application model classes. The views are implemented as PHP scripts eventually embedded in HTML. Aziz MVC Support forum aziz-mvc Framework that uses MVC design pattern Main MVC Loader Database configuration file Data Model MVC Loader Main Controller Sample Controller ...
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 ...
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 ...
Phritz MVC framework Support forum phritz Browser device independent MVC framework This package is an MVC framework for development of browser device independent applications. It uses XSL to let the developers create applications that support common browsers generating XHTML and mobile device browsers ...
... 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 the specified text is not available for the given idiom is not available, it defaults ...
... 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 taken from an array passed as ...
This package is a Web application development MVC Framework. It provides core classes for implement base model-view-controller functionality like a base controller class, action router class, model class, view renderer class, and a database access abstraction class. The package also provides generic ...
NEOS PHP Framework Support forum neos Framework that implements the MVC design pattern This package is a framework that implements the MVC design pattern. It provides a base class and functions that take care of dispatching actions to controller classes. It also provides classes for accessing databases ...