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