xenial (1) doctrine.1.gz

Provided by: php-doctrine-orm_2.4.8-2_all bug

NAME

       doctrine - Doctrine command line interface

SYNOPSIS

       doctrine

DESCRIPTION

       <?php use Doctrine\ORM\Tools\Console\ConsoleRunner;

       // replace with file to your own project bootstrap require_once 'bootstrap.php';

       // replace with mechanism to retrieve EntityManager in your app $entityManager = GetEntityManager();

       return ConsoleRunner::createHelperSet($entityManager);