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