소스 검색

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

Gerard Roche 11 년 전
부모
커밋
c7b040aa3f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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'));
 
-/** Zend_Application */
-require_once 'Zend/Application.php';
-
 // Create application, bootstrap, and run
 $application = new Zend_Application(
     APPLICATION_ENV,