-- Jurriën Stutterheim <[EMAIL PROTECTED]> wrote (on Wednesday, 12 November 2008, 07:10 AM +0100): > I'm currently working on getting some code somebody else wrote to comply > with the ZF coding standards. What would be the best way to convert an > entire project to the ZF coding standards? ZSfE supports this, but it > keeps crashing before it finishes...
PEAR has some tools for this. PHP_CodeSniffer can alert you to CS errors (and there are ZF code sniffs available). PHP_Beautifier can format code to follow PEAR CS (which is mostly the same as ZF CS). -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
