Cheetah
|
Go to the source code of this file.
Functions | |
getPreKeys () | |
getPreValues ($sKey, $aFields=array(), $iTagsFilter=CH_TAGS_NO_ACTION) | |
getPreValuesCount ($sKey, $aFields=array(), $iTagsFilter=CH_TAGS_NO_ACTION) | |
compilePreValues () | |
Variables | |
const | CH_SYS_PRE_VALUES_TABLE 'sys_pre_values' |
$oCache = $GLOBALS['MySQL']->getDbCacheObject() | |
$GLOBALS ['aPreValues'] = $oCache->getData($GLOBALS['MySQL']->genDbCacheKey('sys_pre_values')) | |
compilePreValues | ( | ) |
Definition at line 40 of file prof.inc.php.
getPreKeys | ( | ) |
Definition at line 15 of file prof.inc.php.
getPreValues | ( | $sKey, | |
$aFields = array() , |
|||
$iTagsFilter = CH_TAGS_NO_ACTION |
|||
) |
Definition at line 20 of file prof.inc.php.
getPreValuesCount | ( | $sKey, | |
$aFields = array() , |
|||
$iTagsFilter = CH_TAGS_NO_ACTION |
|||
) |
Definition at line 34 of file prof.inc.php.
$GLOBALS[ 'aPreValues'] = $oCache->getData($GLOBALS['MySQL']->genDbCacheKey('sys_pre_values')) |
Definition at line 11 of file prof.inc.php.
$oCache = $GLOBALS['MySQL']->getDbCacheObject() |
Definition at line 10 of file prof.inc.php.
const CH_SYS_PRE_VALUES_TABLE 'sys_pre_values' |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file prof.inc.php.