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