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