Will talk about directory structure of CakePHP, what each folder means.
CakePHP has some main folders
app - It Contains our application source code, all our code lies under this directory.
lib - This is the cakephp core liberary, it contains all the base cakephp library code. Editing code insid...