Browse Source

The `require_once` is not needed; the autoloader is already loaded

Gerard Roche 11 years ago
parent
commit
c7b040aa3f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      php-zend-framework1/public/index.php

+ 0 - 3
php-zend-framework1/public/index.php

@@ -10,9 +10,6 @@ defined('APPLICATION_ENV')
 
 
 set_include_path(realpath(dirname(__FILE__) . '/../vendor/zendframework/zendframework1/library'));
 set_include_path(realpath(dirname(__FILE__) . '/../vendor/zendframework/zendframework1/library'));
 
 
-/** Zend_Application */
-require_once 'Zend/Application.php';
-
 // Create application, bootstrap, and run
 // Create application, bootstrap, and run
 $application = new Zend_Application(
 $application = new Zend_Application(
     APPLICATION_ENV,
     APPLICATION_ENV,