Last Updated: June 11, 2021
·
2.927K
· nmalcolm

The Holy Grail of PHP

Use it wisely young one, for you are the master. And every master needs guidance for he is not more powerful than his teacher.

<a href="http://www.php.net/manual/" target="_blank">www.php.net/manual</a>

2 Responses
Add your response

And also don't forget to use phpcs (with PSR standards), phpmd, phpcpd to make the most out of static analysis and improve your code. Use along side ant or phing to build your project and automate the process by integrating Jenkins or Travis CI to with your VCS :)

over 1 year ago ·

You know you are on the right track when you are looking at some random non-PHP Documentation and thinking

I wish this looked like the PHP documentation

over 1 year ago ·