1.
Which of the following is not a built in ConsoleOutput style?
2.
In the context of Views, what do helper classes do?
3.
What is the default value of $recursive?
4.
Which data retrieval function call is the most suitable to build nested results with the parent_id field?
5.
Which data retrieval function call is not valid? (Table: users; Columns: id, email, name, username)
6.
How can you load all plugins at once?
7.
When using the function query() to retrieve data what should you do?
8.
What is the proper way to delete a record?
9.
Which database storage engine is not supported by the core installation?
10.
What happens if CakePHP can't find a file for a model object in the /app/Model folder?