Difference between revisions of "Develdoc:Functions"
From PMWH2 - PHPMyWebHosting's official wiki
m |
(No difference)
|
Latest revision as of 09:07, 11 November 2008
- 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.