Public Member Functions | |
zCore () | |
__construct () | |
__destruct () |
Definition at line 49 of file config.php.
zCore::__construct | ( | ) |
Reimplemented in zCookie, zLoader, zRom, zCryptDrv_both, zCryptDrv_mcrypt, zCryptDrv_xor_intermediate, zCryptDrv_xor, zSession, ormMapParser, zigController, zLogClient, and upload.
Definition at line 53 of file config.php.
Referenced by validation::validation(), zCore(), zDbAccess::zDbAccess(), zDynOrm::zDynOrm(), zQuery::zQuery(), zRom_fields::zRom_fields(), zRom_form::zRom_form(), and zSocketClient::zSocketClient().
zCore::__destruct | ( | ) |
zCore::zCore | ( | ) |
Definition at line 50 of file config.php.
References __construct().
00050 { 00051 $this->__construct(); 00052 }