generate Model using Propel command in Thelia app

This commit is contained in:
Manuel Raynaud
2013-07-11 16:44:18 +02:00
parent 1a7c9b2fd2
commit 98589cc2b6
4 changed files with 99 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ define('THELIA_CONF_DIR' , THELIA_LOCAL_DIR . 'config/');
define('THELIA_MODULE_DIR' , THELIA_LOCAL_DIR . 'modules/');
define('THELIA_WEB_DIR' , THELIA_ROOT . '/web/');
define('THELIA_TEMPLATE_DIR' , THELIA_ROOT . '/templates/');
define('DS', DIRECTORY_SEPARATOR);
$loader = require __DIR__ . "/vendor/autoload.php";