1
0
Fork 0
mirror of synced 2025-04-12 05:30:55 +00:00
doctrine2/bin/doctrine.php

8 lines
No EOL
169 B
PHP

<?php
require 'Doctrine/Common/ClassLoader.php';
$classLoader = new \Doctrine\Common\ClassLoader();
$cli = new \Doctrine\ORM\Tools\Cli();
$cli->run($_SERVER['argv']);