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