PDA

View Full Version : PHP Editor to generate nice code?


Boby
04-21-2006, 01:07 PM
Hello @ all !

Now it is my turn to ask a question :D

I am looking for a *free* PHP editor that has a option to clean the code, make proper identation, clean tabs and unnecessary whitespace.

If some of you know Netbeans (http://www.netbeans.org) or Eclipse (http://www.eclipse.org/) ... both of this editors have a nice option to clean the Java code.
I need something simmilar, but for PHP code. And a must is to generate PHP code from standards.

For phpLD 3.0.4+ I started a new writing mode for the PHP code. It is a combination between PHP coding standards and nice structured code. Well, not all files are re-written, but most of them. I've done it manually but I'd like a software that does all that for me ;)

Thank you very much!

Boby

PS: Please do not tell me about Macromedia Dreamveawer, I don't like it.

anon
04-21-2006, 01:34 PM
http://www.textpad.com/

Psyclones
04-21-2006, 04:35 PM
I use php designer

http://www.mpsoftware.dk/

its free

Boby
04-22-2006, 04:12 PM
Thanks so far guys!

I was using PHPDesigner untill now (on my Winblows laptop) and Quanta/VI on my Linux desktop, but I have found the best PHP IDE for me ;)

Zend Studio (http://www.zend.com/products/zend_studio)

It has some nice features, not every I was looking for but more than any other IDE.

Boby