views:

73

answers:

5

hello a friend of mind ask something about php editor for his companion on coding.

PHP Editor that able to trace dependency of all function in a file with models/controllers or another part of a framework (or something we had code).

Basicly we use notepad++ but seeking another alternative.

+1  A: 

I highly recommend NetBeans (netbeans.org). I've had great luck with it, and using the "Included Files" portion, you can include files outside the website source, so it's able to analyze back through something like CakePHP. The latest release includes support for Symfony too.

Nathan Loding
+2  A: 

Komodo ide. Able to set up included libraries on the path. Full featured local and remote debugging. As a bonus it runs on Windows / Linux and Mac.

http://www.activestate.com/komodo-ide

RED MONKEY
+1  A: 

I can recommend Eclipse and Aptana Studio 1.5 (which is much better than the PDT plugin for Eclipse). I use it daily for some very large PHP projects on Windows PCs and Macs.

Kau-Boy
+2  A: 

I used Eclipse PDT, Aptana, Netbeans, and Komodo. For Web development (at least my style: PHP, Python, Perl, HTML, JavaScript, Ruby, CSS, all the goodies) nothing has touched Komodo IDE. There is a free/open source version called Open Komodo that, unfortunately, is not as feature complete as Komodo IDE but still great. It runs ons Windows, Linux, and Mac (which is a plus since I use all three at times), is completely extendible through plugins, has source code repository features, file transfer features (s/ftp, scp, etc) and so much more. What it really wins on is polish (things like multi-language/library code auto complete).

manyxcxi
+1  A: 

Take a look at nWire for PHP. It is an Eclipse PDT plugin which provides real-time code analysis and exploration. You can easily browse and even visualize all kinds of dependencies within your code.

zvikico
wow really, it has visual presentation. it's will be better. i will try it
justjoe