Develdoc:Functions

From PMWH2 - PHPMyWebHosting's official wiki
Revision as of 10:07, 11 November 2008 by Admin (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
up
  • Please put all your functions in the directory includes/functions.
  • Use describtive names for your function and name the file like the included function.
  • Use only one function per file
    • Exception: Your function calls another function which is only needed in this method. Only for more clear code.