By submitting PHP Resources you own, or know of, you'll help us build the largest PHP Resource website on the net. Please double check that your resource doesn't already exist before you submit it!!. We thank you for helping make this a better website.
Note:
The PEAR Coding Standards apply to code that is part of the official
PEAR distribution. Coding standards often abbreviated as CS among
developers and they aim to keep code consistent to be easily readable
and maintainable by most of PEAR folks.
Use an indent of 4 spaces, with no tabs. This helps to avoid problems
with diffs, patches, CVS history and annotations.
For Emacs you should set indent-tabs-mode to nil. Here is an example
mode hook that will set up Emacs (ensure that it is called when you
are editing PHP files):