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


