Main Page
Naming conventions for required()'d or included()'d files
So far D.E. Classifieds uses three types of require()'d or
include()'d files.
1. Functions
Names of files holding functions will be prepended with "func".
e.g. func_fileName.php .
2. General Variables
Names of files holding variables will be prepended with "vars".
e.g. vars_fileName.php .
3. Configuration Variables
The configuration variables are defined in the file named
"cnfg_vars.php" located in the "cnfg" directory.
Right now it is the only file that uses the "cnfg" prefix.
4. Html
Names of files holding html will be prepended with "html".
e.g. html_fileName.php .
Top of page
Main Page