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?
Is it possible to have multiple validation rules per field in cakephp?
How can you make urls search engine friendly while using cakephp?
What is the name of cakephp database configuration file name and its location?
What is the use of requestaction method?