Advanced Search
Search Results
2 total results found
PHP Commenting Style
Programming and Web Development
PHP
Any programmer can tell you that good commenting in your source code is an integral part of programming. Whether the language you’re dealing with is an interpreted language like Javascript or compiled like C++, good comments lead to better readability and bet...
PHPXref vs PHPDocumentor
Programming and Web Development
PHP
IntroductionThere exists a wide array of PHP documentation tools on the web available free for download. Two of the most popular ones are PHPXref and PHPDocumentor. Here, I outline the differences between the two to help you decide which one you should use.T...