grep -r archive
Category: MVC
-
Model View Controller ( MVC ) Architecture
MVC Framework is a software architecture used in software engineering. Model View Controller (MVC) pattern creates applications that separate the different aspects of the application (input logic, business logic, and UI logic), while providing a loose coupling between these elements. The model manages the behaviour and data of the application domain, responds to requests for…
-
CakePHP : A rapid development MVC Framework
Why Cake?Ever since Ruby on Rails became a popular web-based framework, teams of developers havebeen creating clones of Rails or Rails-like frameworks for various languages: TurboGears forPython; Zend, Symfony, and many others for PHP; Catalyst for Perl; and on and on. With somany options out there, why choose CakePHP for your web project? Getting a…