the table should be named posts

the controller should use the plural, posts_controller.php and then
PostsController extends AppController

the first line inside your controller should be var $name = 'Posts'

the model should be Post

the first line inside your model should be var $name = 'Post'

the views should be inside a folder called posts


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to