Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17395 программистов и 1872 робота. Сейчас ищут 1769 программистов ...
Config::Config
Вернуться к: Config class
Config::Config
Config::Config() – constructor
Synopsis
require_once 'Config.php';
object Config::Config ( void )
The Config constructor, it creates a config object.
The next thing you should do is getting the root Config_Container object with getRoot() .
Вернуться к: Config class