5 lines
113 B
PHP
5 lines
113 B
PHP
<?php
|
|
require_once('config.php');
|
|
|
|
$cli = new Doctrine_Cli($config->getCliConfig());
|
|
$cli->run($_SERVER['argv']); |