资 源 简 介
A lite PHP MVC Framework help you to write your own PHP MVC Framework and intergrate with third-party codes by plugin technology.You have complete control over your framework with this tools. Your ideas can be built right into your framework. You can write coding conventions/functions/modules the way you like.
Model–View–Controller (MVC)
is an architectural pattern used in software engineering. Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier to modify either the visual appearance of the application or the underlying business rules without affecting the other. In MVC, the model represents the information (the data) of the application; the view corresponds to elements of the user interface such as HTML/XML/Template, and so forth; and the controller manages the communication of data and the business rules used to manipulate the data to and from the model.
Model