Cheetah
|
Public Member Functions | |
__construct (&$oConfig) | |
getProfileByUserId ($iUserId) | |
getProfileTmpByUserId ($iUserId) | |
getProfileCssByUserId ($iUserId) | |
updateProfileByUserId ($iUserId, $sStyle, $sType) | |
saveProfileByUserId ($iUserId) | |
updateProfileTmpByUserId ($iUserId, $aTmp) | |
updateProfileCssByUserId ($iUserId, $aCss) | |
resetProfileStyleByUserId ($iUserId) | |
getUnits () | |
getUnitById ($iUnitId) | |
deleteUnit ($iUnitId) | |
getAllThemesByUserId ($iUserId) | |
getSharedThemes () | |
getThemeByName ($sName) | |
getThemeById ($iThemeId) | |
getThemeStyle ($iThemeId) | |
addTheme ($sName, $iOwnerId, $sCss) | |
deleteTheme ($iThemeId) | |
addImage ($sExt) | |
copyImage ($sFileName) | |
deleteImage ($sFileName) | |
getSettingsCategory () | |
![]() | |
__construct ($oConfig=null) | |
getPrefix () | |
getModulesBy ($aParams=array()) | |
getModuleById ($iId) | |
getModuleByUri ($sUri) | |
isModule ($sUri) | |
isModuleParamsUsed ($sUri, $sPath, $sPrefixDb, $sPrefixClass) | |
getModules () | |
getDependent ($sUri) | |
getSettingsCategoryId ($sCatName) | |
![]() | |
setTimezone ($sTimezone) | |
getLink () | |
res ($sQuery, $aBindings=[], $bReplaying=false) | |
getAll ($sQuery, $aBindings=[], $iFetchType=PDO::FETCH_ASSOC) | |
getRow ($sQuery, $aBindings=[], $iFetchStyle=PDO::FETCH_ASSOC) | |
getColumn ($sQuery, $aBindings=[]) | |
getOne ($sQuery, $aBindings=[], $iIndex=0) | |
getFirstRow ($sQuery, $aBindings=[], $iFetchStyle=PDO::FETCH_ASSOC) | |
getNextRow () | |
getAllWithKey ($sQuery, $sFieldKey, $aBindings=[], $iFetchType=PDO::FETCH_ASSOC) | |
getPairs ($sQuery, $sFieldKey, $sFieldValue, $aBindings=[]) | |
query ($sQuery, $aBindings=[]) | |
getNumRows ($oStmt=null) | |
getAffectedRows ($oStmt=null) | |
fillArray ($oStmt, $iFetchType=PDO::FETCH_ASSOC) | |
lastId () | |
getParam ($sName, $bCache=true) | |
setParam ($sName, $sValue) | |
listTables () | |
getFields ($sTable) | |
isFieldExists ($sTable, $sFieldName) | |
fetchField ($mixedQuery, $iField, $aBindings=[]) | |
getDbCacheObject () | |
genDbCacheKey ($sName) | |
fromCache ($sName, $sFunc) | |
cleanCache ($sName) | |
& | fromMemory ($sName, $sFunc) |
cleanMemory ($sName) | |
arrayToSQL ($a, $sDiv=',') | |
escape ($sText, $bReal=true) | |
implode_escape ($mixed) | |
unescape ($mixed) | |
Public Attributes | |
$_oConfig | |
![]() | |
$_sPrefix | |
![]() | |
$port | |
$socket | |
$dbname | |
$user | |
$password | |
$oParams = null | |
$oDbCacheObject = null | |
Additional Inherited Members | |
![]() | |
static | getInstance () |
![]() | |
__construct () | |
connect () | |
disconnect () | |
![]() | |
$host | |
$link | |
$oCurrentStmt | |
$iCurrentFetchStyle | |
![]() | |
static | $instance |
Definition at line 12 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::__construct | ( | & | $oConfig | ) |
Definition at line 18 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::addImage | ( | $sExt | ) |
Definition at line 151 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::addTheme | ( | $sName, | |
$iOwnerId, | |||
$sCss | |||
) |
Definition at line 137 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::copyImage | ( | $sFileName | ) |
Definition at line 159 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::deleteImage | ( | $sFileName | ) |
Definition at line 169 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::deleteTheme | ( | $iThemeId | ) |
Definition at line 146 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::deleteUnit | ( | $iUnitId | ) |
Definition at line 100 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getAllThemesByUserId | ( | $iUserId | ) |
Definition at line 105 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getProfileByUserId | ( | $iUserId | ) |
Definition at line 25 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getProfileCssByUserId | ( | $iUserId | ) |
Definition at line 40 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getProfileTmpByUserId | ( | $iUserId | ) |
Definition at line 30 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getSettingsCategory | ( | ) |
Definition at line 187 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getSharedThemes | ( | ) |
Definition at line 110 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getThemeById | ( | $iThemeId | ) |
Definition at line 120 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getThemeByName | ( | $sName | ) |
Definition at line 115 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getThemeStyle | ( | $iThemeId | ) |
Definition at line 125 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getUnitById | ( | $iUnitId | ) |
Definition at line 95 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::getUnits | ( | ) |
Definition at line 80 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::resetProfileStyleByUserId | ( | $iUserId | ) |
Definition at line 75 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::saveProfileByUserId | ( | $iUserId | ) |
Definition at line 60 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::updateProfileByUserId | ( | $iUserId, | |
$sStyle, | |||
$sType | |||
) |
Definition at line 50 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::updateProfileCssByUserId | ( | $iUserId, | |
$aCss | |||
) |
Definition at line 70 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::updateProfileTmpByUserId | ( | $iUserId, | |
$aTmp | |||
) |
Definition at line 65 of file ChProfileCustomizeDb.php.
ChProfileCustomizeDb::$_oConfig |
Definition at line 14 of file ChProfileCustomizeDb.php.