mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Updated e107 Coding Standard (markdown)
@@ -89,7 +89,7 @@ Avoid the use of global variables, especially as an alternative to parameter pas
|
|||||||
$tp = e107::getParser(); // text/template parsing class
|
$tp = e107::getParser(); // text/template parsing class
|
||||||
$ns = e107::getRender(); // rendering class.
|
$ns = e107::getRender(); // rendering class.
|
||||||
$fl = e107::getFile(); // file handling class.
|
$fl = e107::getFile(); // file handling class.
|
||||||
$mes = e107::getMessage(); // message handling (addSucces/addError)
|
$mes = e107::getMessage(); // message handling
|
||||||
|
|
||||||
### Functions and Classes
|
### Functions and Classes
|
||||||
Routines are to be documented at both file and function level using phpDoc syntax. Where appropriate create supplementary pages of general documentation, and document individual variables.
|
Routines are to be documented at both file and function level using phpDoc syntax. Where appropriate create supplementary pages of general documentation, and document individual variables.
|
||||||
|
Reference in New Issue
Block a user