Forum

What is MVC in Cake...
 
Notifications
Clear all

What is MVC in CakePHP?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

What is MVC in CakePHP?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
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: