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