Listing 7.13. Skrypt index.php z projektu 7.3
require_once 'propel/Propel.php';
Propel::init('tatry-conf.php');

require_once 'controller.class.php';

$options = array('viewClass' => 'SmartyView');

$controller = new Controller($options);
$controller->dispatch();
