资 源 简 介
CodeFrame is a framework for PHP that uses Model-View-Controller (MVC) design patterns.
In modern web applications that present a large amount of data to the user, a developer often wishes to separate data (model) and user interface (view) concerns, so that changes to the user interface will not affect data handling, and that the data can be reorganized without changing the user interface. The CodeFrame solves this problem by decoupling data access and business logic from data presentation and user interaction, by introducing an intermediate component: the controller.
CodeFrame is simple, light, fast and efficient framework that does not require any installation or extra add-ons. All you need is a server running PHP and copy files in provided package into your server directory for your project.
There are multiple frameworks available out there and CodeFrame is just one among them. So how does CodeFrame differ from the rest of the frameworks?