On 9 Sep 2008, at 16:28, David C. Zentgraf wrote: > The URL /test implies /test/index, which means Cake will look for > this: > > app/controllers/test_controller.php (needs to have function index()) > app/views/test/index.ctp (or .thtml for Cake 1.1)
Forgot of course that test_controller.php implies that you also have app/models/test.php and a database table named "tests". With Cake 1.2 this controller/model dependency is somewhat "weaker", but 1.1 will complain if it's not there. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
