1.
True or False? CakePHP plugins are loaded automatically.
2.
What is the function of a model?
3.
To automatically get CSRF (Cross-site Request Forgery) and form tampering protection in CakePHP, what should be done?
4.
How can you share logic between controllers?
5.
What's the name of the variable that holds a model validation rules?
6.
Which of the following is an example of the definition of the find list function?
7.
What is the first file that gets loaded when you run a application using cakephp?
8.
As related to the web server configuration, where is the index file properly located?
9.
How does one create a transaction?
10.
Which file may NOT be used to configure Cache settings?