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

