views:

144

answers:

2

Hi,

I am new to CakePHP framework. Does anybody have any experience with a free IDE for Uuntu which can perform code completion and most importantly ability to debug CakePHP code?

Any responses would be greatly appreciated.

Thanks

+1  A: 

See http://mark-story.com/posts/view/code-completion-for-cakephp-in-eclipse

Netbeans works well for PHP in general, you will get full code completion in Controllers, but couldn't get proper completion in Views to work. Same in Eclipse, however no code formatting for PHP is pretty n00by.

Debugging PHP generally sucks, I mostly use $this-log().

sibidiba
+2  A: 

I would use Netbeans, and I mean, I do use Netbeans. It can intelligently work across inherited classes so works very well against CakePHP.

http://netbeans.org/

DavidYell
what about debugging?
ricky2002
Not too sure on the debugging side. For PHP debug I connect Netbeans to XDebug on my server, and also run CakePHP DebugKit http://www.ohloh.net/p/cakephp-debugkit
DavidYell