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

