No need to run()

This commit is contained in:
Michael RICOIS 2015-10-14 10:22:38 +00:00
parent c60c462933
commit 56c50f898c
6 changed files with 0 additions and 9 deletions

View File

@ -12,7 +12,6 @@ require_once realpath(__DIR__ . '/vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$application->bootstrap()->run();
try {
$opts = new Zend_Console_Getopt(

View File

@ -16,7 +16,6 @@ require_once realpath(__DIR__ . '/vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$application->bootstrap()->run();
try {
$opts = new Zend_Console_Getopt(

View File

@ -18,7 +18,6 @@ require_once realpath(__DIR__ . '/vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$application->bootstrap()->run();
try {
$opts = new Zend_Console_Getopt(

View File

@ -17,7 +17,6 @@ require_once realpath(__DIR__ . '/vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$application->bootstrap()->run();
try {
$opts = new Zend_Console_Getopt(

View File

@ -17,7 +17,6 @@ require_once realpath(__DIR__ . '/vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$application->bootstrap()->run();
try {
$opts = new Zend_Console_Getopt(

View File

@ -10,10 +10,6 @@ defined('APPLICATION_ENV')
// --- Composer autoload
require_once realpath(__DIR__ . '/../../vendor/autoload.php');
// --- Create application, bootstrap, and run
$application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
$application->bootstrap()->run();
try {
$opts = new Zend_Console_Getopt(
//Options