Missing Controller
Error: PostsController could not be found.
Error: Create the class PostsController below in file: app/controllers/posts_controller.php
<?php
class PostsController extends AppController {
var $name = 'Posts';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp