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