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