Are there people over here who have experience with any code beautifiers in Net Beans 6.9.1 that comply with the Zend Framework coding standarts?

link|improve this question

74% accept rate
2  
try the Netbeans shortcut Shift+Alt+F, it do indentation as well and I also use it with Zend Framework projects – MiPnamic Mar 23 '11 at 10:38
3  
@MiPnamic - Netbeans code formatter is nice but unfortunately does not comply to the ZF/PEAR standards. – leek Mar 25 '11 at 4:11
feedback

2 Answers

Unfortunately not. All I found was the PHP Code Sniffer Plugin by Benjamin Eberlei (http://github.com/beberlei/netbeans-php-enhancements/downloads) but I know that this is not exactly what you are looking for.

link|improve this answer
feedback

Hey i was looking for the same thing when i stumbeled upon PHP_Beautifier by PEAR, it will automatically convert PHP source code to PEAR-standard (even generates docblocks).

http://pear.php.net/package/PHP_Beautifier

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.