Scroll to navigation

DOCTRINE-DBAL(1) User Commands DOCTRINE-DBAL(1)

NAME

doctrine-dbal - Doctrine DBAL command line interface

SYNOPSIS

php-doctrine-dbal

DESCRIPTION

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

// replace with the mechanism to retrieve DBAL connection in your app $connection = getDBALConnection();

// You can append new commands to $commands array, if needed

return ConsoleRunner::createHelperSet($connection);

April 2016 doctrine-dbal 2.5.4