I need to comment massive amounts of information in only a handful of files, and when I look around Google and here at Stack Overflow, I continue to find results matching co
In general, PHP seems to have a lot of different style guides...
But in general, something to remember about commenting is... you probably don't want to comment every line in your code. Instead, try to make your code readable1 (as is.) And comment (mostly,) when you really need someone else to understand what your code is doing.
1 http://www.codinghorror.com/blog/2008/07/coding-without-comments.html