require
(DEFAULT_DOMAIN_NAME.'-'.LANGUAGE.'-'.DEFAULT_CONFIG_FILE_NAME)
[line 49]
The Config File, if exists, search order
domain-language-config.php domain-config.php language-config.php config.php
API Tags:
require
(DEFAULT_DOMAIN_NAME.'-'.DEFAULT_CONFIG_FILE_NAME)
[line 52]
require
(LANGUAGE.'-'.DEFAULT_CONFIG_FILE_NAME)
[line 55]
require
(DEFAULT_CONFIG_FILE_NAME)
[line 58]
require_once
(PROJECT_PATH.'/site-'.CURRENT_VERSION.'.php')
[line 108]
root/site-version.php Initialize the project site-version.php, FIXED, do not change ...
The root/site-version.php must come before Setup-version.php
API Tags:
| See: | PROJECT_PATH.'/site-version.php' The setup of the Site |
require_once
(PROJECT_PATH.'/setup-'.CURRENT_VERSION.'.php')
[line 120]
root/setup-version.php Initialize the project setup-version.php, FIXED, do not change ...
The root/setup-version.php must come before XXX_PATH/Setup.php
API Tags:
| See: | PROJECT_PATH.'/setup-version.php' The setup of the Site |
require_once
(MYPHP_BASE_PATH.'/init.php')
[line 28]
This package is always required and MUST be run Initialize the myPHP BASE Package, FIXED, do not change ...
API Tags:
| See: | MYPHP_BASE_PATH.'/init.php' The Base Package |
require_once
(DEFAULT_MENU_TAB_PATH.'/'.DEFAULT_CONFIG_FILE_NAME)
[line 75]
root/tab/xx/config.php Initialize the local tab config, FIXED, do not change ...
The DEFAULT_MENU_TAB_PATH.'/'.DEFAULT_CONFIG_FILE_NAME must come after the ./config.php
API Tags:
| See: | DEFAULT_MENU_TAB_PATH.'/'.DEFAULT_CONFIG_FILE_NAME The Local tab config for this page only |
require_once
(HTML_BASE_RESOURCE_PATH.'/Setup.php')
[line 156]
Setup of Base HTML Initialize the final Base Setup, FIXED, do not change ...
API Tags:
| See: | HTML_BASE_RESOURCE_PATH.'/Setup.php', The Base Setup Package |
require_once
(HTML_LANGUAGE_RESOURCE_PATH.'/Setup.php')
[line 131]
Language Initialize the Language to use, FIXED, do not change ...
API Tags:
| See: | HTML_LANGUAGE_RESOURCE_PATH.'/Setup.php', The Language Setup Package |
require_once
(PORTAL_PATH.CURRENT_MYPHP_VERSION.DEFAULT_PAGE_INIT_FILE_NAME)
[line 36]
The Init of the whole myPHP system, FIXED, do not change ...
API Tags:
| See: | PORTAL_PATH.CURRENT_MYPHP_VERSION.DEFAULT_PAGE_INIT_FILE_NAME The Init of the different myPHP modules |