1.
What should be done before deploying a CakePHP application?
2.
True or False? CakePHP will dynamically create a model object for you if it cannot find a corresponding file in /app/Model.
3.
Which of the following function will be called before any action get executed ?
4.
Which file is processed first?
5.
The association types in CakePHP are:
6.
True or False? Scaffolding in CakePHP also allows developers to define how objects are related to each other, and to create and break those links.
7.
What is the name of Cake's database configuration file?
8.
How will you include an element (header/footer etc.) within a layout?
9.
Which of the following is an example of a model definition in CakePHP?
10.
Which function is executed before every action in the controller.