These are Cake PHP Cheatsheet.

EG-DesignStudio.com official forum site.
These are Cake PHP Cheatsheet.

Just a note on CakePHP configuration, when moving files between production(server) to local(development) environment and the debug level is set to 0, production mode at the server. CakePHP will display a blank page in your development site, the solution is set the debug level to 2 and it will function correctly after setting it to 2 you can switch from any debug level you want in your development site without any problem.

You must log in to post.