Has anyone used PHP Tidy? what I have got so far that it's used for code formatting. If that's the case then can I use it to enforce developers to follow our own coding guidelines?
Thanks
eelixduppy
4:43 pm on Aug 26, 2008 (gmt 0)
Your own coding guidelines might not be those that are used with PHP Tidy. If your developers are working as a team, they should have already agreed upon some standard code-styling guidelines for readability and as long as they are staying consistent, that is the most important and you should be fine. If tey aren't already, then I would suggest that you have a meeting to discuss basic coding standards as there are many different ways that developers do things.