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











