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
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
See Zend library files. They have written in Zend Code Standart.
Incase you are using eclipse, there's a plugin for phpcs. It has also configurable coding standards for your preference.