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