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