1

I want to include and run magento project in phpeclipse.How can i do that?

David
  • 349
  • 3
  • 13
  • 26

2 Answers2

1

As far as i know, PHP-Eclipse is "on going" development. and not compatible with Magento yet, you might just open file by file. But you can debug it with xDebug.

Example Working Magento with Eclipse

  • 1
    Can you please tell then what IDE would i use to debug magento project? – David Aug 02 '12 at 06:45
  • I think for Windows Notepad++ might be a good one. and for Mac, textmate would be the good one. (it's for the free version) for pro version you can try www.zend.com/en/products/studio/ –  Aug 02 '12 at 07:00
  • correcting textwrangler is the free one. you must buy textmate to test it. ^^ –  Aug 02 '12 at 07:25
0

I am using PHPEd. http://www.nusphere.com/products/index.htm Works great with magento.

limex
  • 317
  • 3
  • 7