1. Question:What is controller layer? 

    Answer
    The controller layer handles requests from users.It is responsible for rendering a response with the aid of both the Model and the view layer.

    1. Report
  2. Question:What is AppController class? 

    Answer
    The AppController class is the parent class to all of your application’s controllers. AppController itself extends the Controller class included in the CakePHP  core library.

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd