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