Web application frameworks
A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse.
From : http://en.wikipedia.org/wiki/Web_application_framework
Mivec Framework
Mivec Framework is a lightweight web application framework for PHP.
Mivec Framework aims to provide an easy-to-learn, object-oriented, lightweight, documented MVC framework for PHP, with many ideas borrowed from Webwork 1, yet another masterpiece MVC framework for Java by OpenSymphony. Its features include:
Direct mapping of request parameters to web application controllers (Actions)
Easy server-side validation of data
PHP code, Properties- or XML-based Action-to-view mapping
Internationalization support, using PHPs gettext extension
Smarty PHP template engine support
Loading .....