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