Missing Method in PaginasController
Error:
The action index is not defined in controller PaginasController
Error:
Create PaginasController::index() in file: app/controllers/paginas_controller.php.
<?php
class PaginasController extends AppController {
var $name = 'Paginas';
function index() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp. |