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