|
Hi magento code wizards,
I am going to develop some extensions as well as probably modify some of the core code. Not specifically being a PHP developer (yet), I gave the new Zend Studio for Eclipse a go. Works all right, except when debugging the core code. Problem is lots of warnings “unresolved include” and “class not found” error messages. Sounds like I need to set up my include paths properly. Did not succeed yet. Some of the include paths are even set up dynamically in the code(?).
Question:
How do I configure ZS for Eclipse or PDT for a magento project?
Here’s what I did:
- Create new PHP project (easy)
- Imported the complete source drop of magento-1.0 (easy)
- Set up a remote apache/PHP-server with the Zend Debugger (straightforward and working)
What else do I need in the way of configs?
I’d be happy to summarize in the wiki.
Thank you,
Stefan.
Xref: Similar problem with exact error message “class not found”, no reply to this one:
http://www.magentocommerce.com/boards/viewthread/2411/
|