标签: zend-framework zend-framework2 include-path
我有两个项目:
一个使用zend框架2,另一个使用zend框架1,我在zf2项目中有一个类,我想在zf1项目中使用这个类。
我需要在 index.php
require dirname(__DIR__).'/path/to/myClass/MyClass.php';
但是当我实例化这个类时,我有这个错误:
Fatal error: Class 'MyClass' not found in .....