Fatal error: Class 'PostsController' not found in /Users/jasoncalleiro/
Sites/cakeblog/cake/dispatcher.php on line 157

Thats what im getting after i create the index.thml file for my post.

Any idea.
Here is the code in my controller.

<?php

Class Posts_Controller extends AppController
{

        var $name = 'Posts';

        function index()
        {
                $this->set('posts', $this->Post->findAll());
        }

}


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to