Hi Fellas,
So I'm just getting started with Zend Frameworks, please forgive my newbie-ness.
I've gone through all of the Zend Framework PHPEd Tutorials and forum posts multiple times but I still can't seem to debug with Zend Framework files placed in a separate project. I've been running the Mail demo and re-reading the tutorial for the last 3-4 hours trying to get it, but I'm stuck. I keep getting:
Quote: |
Error: E_Warning
require_once(Zend/Loader.php): Failed to open stream: No such file or directory at SimpleMailer.php line 25 |
It does work, however, if I copy the Zend libraries I need and paste them in the Mail project (creating the same file structure). I would just like to avoid doing that for every project.
I'm working off a test server so PHPEd, ZF, and Apache are all on the same box. My mappings for the Mail Project include the same mappings for the ZF project, and code completion for Zend classes are working fine. Php.ini's include_path includes the ZF path, but I just keep getting this error. The setting images in the tutorial look like they're from an older version of the IDE, am I missing something on v5.9?
If anyone could point me in the right direction I'd appreciate it. I'm really looking forward to goofing around with ZF!
Thanks in advance!
M. Cold