• MVC structure- cakephp

      0 comments

    What is meant by MVC (Model View Controller)?

    MODEL VIEW CONTROLLER, is a software architecture, currently considered an architectural pattern used in software engineering.
    This isolates business logic from presentation logic.

    1. The Model represents the application data
    2. The View renders a presentation of model data
    3. The Controller handles and routes requests made by the client

  • What is cakephp

      0 comments

    Cakephp is a framework which is used in rapid development. It provides an extensible architecture for developing, maintaining, and deploying applications using MVC (Model View Controller) and ORM(Object Relational Mapping) architectures. Helps developers, in less code and more flexibility.