What is the most common PHP coding (formatting) style? |
[eluser]thomas.ernest[/eluser]
Hi there, Regarding coding standard in PHP, PHP_CodeSniffer [phpcs] is a must. However, it doesn't support Code Igniter style guide [ci-style] natively. So, I've developed something. It doesn't check all standard requirements, but already more than nothing. Feel free to give a try and share your feedbacks. [phpcs] http://pear.php.net/package/PHP_CodeSniffer/ [ci-style] http://ellislab.com/codeigniter/user-gui...guide.html [ci4php-cs] https://github.com/thomas-ernest/CodeIgn...odeSniffer |
Messages In This Thread |
What is the most common PHP coding (formatting) style? - by El Forum - 04-12-2008, 09:40 PM
What is the most common PHP coding (formatting) style? - by El Forum - 04-12-2008, 09:46 PM
What is the most common PHP coding (formatting) style? - by El Forum - 04-13-2008, 12:18 AM
What is the most common PHP coding (formatting) style? - by El Forum - 07-12-2011, 01:47 AM
What is the most common PHP coding (formatting) style? - by El Forum - 07-12-2011, 02:02 AM
What is the most common PHP coding (formatting) style? - by El Forum - 07-12-2011, 02:32 AM
What is the most common PHP coding (formatting) style? - by El Forum - 07-12-2011, 02:34 AM
|