How To Comment In PHP Applications
By Chris Channing • Dec 29th, 2008 at 11:43 am • Category: TipsBecause of how PHP is structured, which is to say it is done so that anyone can use it according to their own style, developers don’t have to make use of PHP comments. But the truth is, most professional web developers, if not all, stress that making use of comments in PHP is vital in keeping organization and improving readability for future use.