ActionCam

Missing Controller

Error: DopravaController could not be found.

Error: Create the class DopravaController below in file: app/controllers/doprava_controller.php

<?php
class DopravaController extends AppController {

	var $name = 'Doprava';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp


12345678910111213141516