PHP Formatting

A

Anonymous

Guest
Is there an official way to how people are suppose to type their PHP script?

Thanks,
Virtuoso
 
There are no "official" coding standards in PHP (nor most languages). The closest the PHP community has is the PEAR Coding Standards which, in my opinion, are very good. If you want to format your scripts to be easy to read and maintain, then you can't go wrong with the PEAR standards.
 
Back
Top