Ash.MVC

ash.MVC is a simple PHP programming framework. The framework is based on Model-View-Controller (MVC) design pattern. The framework actively involved four objects as the basic pillars of the framework: web browser, controller program, model PHP classes and GUI files. These four elements interact with one another to establish a data-flow that is initiated by HTTP Request from client browser, and is successfully terminated with the receipt of HTTP Response at the client browser.
The basic approach of this framework is to adopt a middle-path approach between faster development cycle, and a robust and scalable application. Moreover, the schemes proposed in the framework stick to the line of simplicity all along.
 
< Prev   Next >