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