What is a layout?
What is the difference between component, helper, behavior?
How can you include a javascript menu throughout the site. Give steps.
How to write, read and delete the session in cakephp?
What is email configuration in cakephp?
Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?
How can you set custom page title for the static page?
What is the first file that gets loaded when you run a application using cakephp?can you change that file?
What is default function for a controller?
How to include helpers in controller ?
Which methods are used to create and destroy model associations on the fly?
What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
What is the naming convention in cakephp?
How to set layout in the controller?
What is a behavior?