On Mon, Sep 8, 2008 at 1:27 PM, gabriel <[EMAIL PROTECTED]> wrote: > > Hi, I am new to cake and are really frustrated with the basics. I have > created a default.thml in layouts, with the code <?PHP echo > $content_for_layout; ?>, then I created a test.thtml in pages, I point > the server to it and get a missing view error - anyone any ideas? >
If you're using CakePHP 1.2, you probably want test.tpl and default.tpl, unless you changed the extension in the config. - Gonzalo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
