How do I set the bake command to use a different template in cakephp
- by Gaurav Sharma
Hi all,
I wanted bake command to bake a view of my liking. So I searched bakery and found this Modify-default-HTML-produced-by-baked-templates.
But after reading this I was not able to modify the template because I wanted to define some CSS in it and those files are not containing any CSS code (they contain only php code inside them).
Also if I have designed my own CSS file for the new template then how do I tell bake command to pick that specified css file for new template ?
I am totally confused over here. Has anybody done this similar kinda work using cakePHP.
Any help would be greatly appreciable.
NOTE: I am using cakePHP v 1.3 latest stable release.
Thanks