doctrine.php 253 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<?php

require __DIR__ . '/../../lib/Doctrine/Common/ClassLoader.php';

$classLoader = new \Doctrine\Common\ClassLoader();
$classLoader->setBasePath('Doctrine', __DIR__ . '/../../lib');

$cli = new \Doctrine\ORM\Tools\Cli();
$cli->run($_SERVER['argv']);