1 2 3 4 5 6 7 8
<?php // setup the autoloading require_once 'vendor/autoload.php'; // setup Propel require_once 'generated-conf/config.php'; ?>