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