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