Difference between revisions of "Develdoc:Functions"

From PMWH2 - PHPMyWebHosting's official wiki
Jump to: navigation, search
m
 
(No difference)

Latest revision as of 10:07, 11 November 2008

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.