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.