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