On Sun, Oct 17, 2010 at 6:56 AM, chris_p <[email protected]> wrote: > Hi there. I have just downloaded CakePHP and have tried to basic > tutorial they reccomend. I have created application where you can > edit, add, delete posts. However I am not sure how to change the > style of the page. I know that certain elements make up the view of > the page e.g add.ctp but how do I change the appearance of the index > page. > > For example every time you add a post it display the sql at the bottom > of the page. How can I get rid of this?
Create your own layout files in app/views/layouts dir. http://book.cakephp.org/view/1080/Layouts Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
