1.

What Is Mvc In Cakephp?

Answer»

Model view controller (MVC) is an ARCHITECTURAL pattern used in software engineering.

Model : DATABASE functions exist in the model
View : Design parts written here
Controller : BUSINESS LOGIC GOES here

Model view controller (MVC) is an architectural pattern used in software engineering.

Model : Database functions exist in the model
View : Design parts written here
Controller : Business Logic goes here



Discussion

No Comment Found