Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What's the best way to check zend code standard? I'm thinking the PHPCS (PHP Code Sniffer) not efficiently because it not complain about php doc and many other things :(

Doc: http://framework.zend.com/manual/en/coding-standard.html

share|improve this question
1  
See this post/comment by Matthew Turland that points to a PHPCS for ZF sniff by Ben Scholzen. – David Weinraub Jun 14 '12 at 4:24

2 Answers

Incase you are using eclipse, there's a plugin for phpcs. It has also configurable coding standards for your preference.

share|improve this answer
Hanseh, what make me fell sad is phpcs. Do you know other project? PHPCS is not a good tool for Zend Standard, I'm using version 1.3.0RC1 and the results isn't good :( – Felipe Cardoso Martins Sep 27 '10 at 15:37
Actually it is what I'm using, you can define your coding standard and even use zend coding standard for checking. So far, I don't know any alternatives. – Hanseh Sep 28 '10 at 8:22
altough plugins for netbeans are available! – ArneRie Jun 14 '12 at 5:37

See Zend library files. They have written in Zend Code Standart.

share|improve this answer
3  
Try do it: "phpcs --standard=Zend /usr/share/php/Zend/ | wc -l", and see the result: 40245 – Felipe Cardoso Martins Sep 23 '10 at 15:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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