Forum

What is MVC in Cake...
 
Notifications
Clear all

What is MVC in CakePHP?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

What is MVC in CakePHP?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

MVC is a popular design pattern or architectural hierarchy widely implemented for the creation of web applications these days. This is a software architectural pattern which allows the fragmentation of a web application in three parts - Model, View and Controller.


   
ReplyQuote
Share: