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

