2009-09-02 00:14:10 +00:00
|
|
|
<?php
|
|
|
|
|
2009-12-15 21:06:32 +00:00
|
|
|
require 'Doctrine/Common/ClassLoader.php';
|
2009-09-02 00:14:10 +00:00
|
|
|
|
2009-12-15 21:06:32 +00:00
|
|
|
$classLoader = new \Doctrine\Common\ClassLoader();
|
2009-11-04 22:16:22 +00:00
|
|
|
$classLoader->register();
|
2009-09-02 00:14:10 +00:00
|
|
|
|
2009-12-06 18:36:46 +00:00
|
|
|
$cli = new \Doctrine\ORM\Tools\Cli\CliController();
|
2009-09-02 00:14:10 +00:00
|
|
|
$cli->run($_SERVER['argv']);
|