Interview Questions

What is MVC in CakePHP?

CakePHP Interview Questions and Answers


(Continued from previous question...)

What is MVC in CakePHP?

Model view controller (MVC) is an architectural pattern used in software engineering.
Model: Database functions exist in the model
View: Design parts written
Controller: Business Logic goes
To understand in detail : http://www.php-dev-zone.com/2013/07/mvc-architecture-of-cakephp.html

(Continued on next question...)

Other Interview Questions