blob: 77f4cecae77fcdf5b47065f624c1a65ceaf5f71f [file] [log] [blame]
<?php
$configuration = new yourMvcDispatcherConfiguration();
$dispatcher = new ezcMvcProductionDispatcher( $configuration );
$dispatcher->run();
?>