Listing 7.8. | |
| ROZDZIAŁ: | 7. Bazy danych |
| TXT: | listing-07-08.txt |
<?php
set_include_path(
'../scripts' . PATH_SEPARATOR .
'../scripts/include' . PATH_SEPARATOR .
'../../lib' . PATH_SEPARATOR .
get_include_path()
);
require_once 'propel/Propel.php';
Propel::init('tatry-conf.php');
require_once 'controller.class.php';
$controller = new Controller();
$controller->dispatch();