Cheetah
|
Public Member Functions | |
__construct (&$oConfig) | |
updateLocation ($iId, $sPart, $fLat, $fLng, $iZoom, $iType) | |
deleteLocation ($iId, $sPart) | |
updateLocationPrivacy ($iId, $mixedPrivacy=CH_WMAP_PRIVACY_DEFAULT) | |
insertLocation ($iId, $sPart, $sTitle, $sUri, $fLat, $fLng, $iMapZoom, $sMapType, $sAddress, $sCity, $sCountry, $mixedPrivacy=CH_WMAP_PRIVACY_DEFAULT, $isFailed=0) | |
getUndefinedLocations ($iLimit) | |
getDirectLocation ($iEntryId, $aPart, $bProcessHidden=false) | |
clearLocations ($sPart, $isClearFailedOnly) | |
getLocationById ($sPart, $iProfileId) | |
getLocationsByBounds ($sPart, $fLatMin, $fLatMax, $fLngMin, $fLngMax, $aCustomParts, $mixedPrivacyIds='') | |
_getLatLngWhere ($fLatMin, $fLatMax, $fLngMin, $fLngMax) | |
getSettingsCategory ($s) | |
getParts () | |
enablePart ($sPart, $isEnable) | |
addPart ($aOptions) | |
updatePart ($sPart, $aOptions) | |
removePart ($sPart) | |
_getPartsJoinCount ($aCustomParts) | |
_getCustomPartsCondition ($aCustomParts, $sTableAlias) | |
_getPrivacyCondition ($mixedPrivacyIds, $sTableAlias) | |
_removePartSettings ($sPart) | |
_addPartSettings ($sPart) | |
![]() | |
__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 | |
$_aCategs | |
$_aParts | |
![]() | |
$_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 14 of file ChWmapDb.php.
ChWmapDb::__construct | ( | & | $oConfig | ) |
Definition at line 27 of file ChWmapDb.php.
ChWmapDb::_addPartSettings | ( | $sPart | ) |
Definition at line 273 of file ChWmapDb.php.
ChWmapDb::_getCustomPartsCondition | ( | $aCustomParts, | |
$sTableAlias | |||
) |
Definition at line 231 of file ChWmapDb.php.
ChWmapDb::_getLatLngWhere | ( | $fLatMin, | |
$fLatMax, | |||
$fLngMin, | |||
$fLngMax | |||
) |
Definition at line 157 of file ChWmapDb.php.
ChWmapDb::_getPartsJoinCount | ( | $aCustomParts | ) |
Definition at line 218 of file ChWmapDb.php.
ChWmapDb::_getPrivacyCondition | ( | $mixedPrivacyIds, | |
$sTableAlias | |||
) |
Definition at line 241 of file ChWmapDb.php.
ChWmapDb::_removePartSettings | ( | $sPart | ) |
Definition at line 255 of file ChWmapDb.php.
ChWmapDb::addPart | ( | $aOptions | ) |
Definition at line 182 of file ChWmapDb.php.
ChWmapDb::clearLocations | ( | $sPart, | |
$isClearFailedOnly | |||
) |
Definition at line 123 of file ChWmapDb.php.
ChWmapDb::deleteLocation | ( | $iId, | |
$sPart | |||
) |
Definition at line 38 of file ChWmapDb.php.
ChWmapDb::enablePart | ( | $sPart, | |
$isEnable | |||
) |
Definition at line 177 of file ChWmapDb.php.
ChWmapDb::getDirectLocation | ( | $iEntryId, | |
$aPart, | |||
$bProcessHidden = false |
|||
) |
Definition at line 93 of file ChWmapDb.php.
ChWmapDb::getLocationById | ( | $sPart, | |
$iProfileId | |||
) |
Definition at line 135 of file ChWmapDb.php.
ChWmapDb::getLocationsByBounds | ( | $sPart, | |
$fLatMin, | |||
$fLatMax, | |||
$fLngMin, | |||
$fLngMax, | |||
$aCustomParts, | |||
$mixedPrivacyIds = '' |
|||
) |
Definition at line 142 of file ChWmapDb.php.
ChWmapDb::getParts | ( | ) |
Definition at line 172 of file ChWmapDb.php.
ChWmapDb::getSettingsCategory | ( | $s | ) |
Definition at line 167 of file ChWmapDb.php.
ChWmapDb::getUndefinedLocations | ( | $iLimit | ) |
Definition at line 60 of file ChWmapDb.php.
ChWmapDb::insertLocation | ( | $iId, | |
$sPart, | |||
$sTitle, | |||
$sUri, | |||
$fLat, | |||
$fLng, | |||
$iMapZoom, | |||
$sMapType, | |||
$sAddress, | |||
$sCity, | |||
$sCountry, | |||
$mixedPrivacy = CH_WMAP_PRIVACY_DEFAULT , |
|||
$isFailed = 0 |
|||
) |
Definition at line 48 of file ChWmapDb.php.
ChWmapDb::removePart | ( | $sPart | ) |
Definition at line 212 of file ChWmapDb.php.
ChWmapDb::updateLocation | ( | $iId, | |
$sPart, | |||
$fLat, | |||
$fLng, | |||
$iZoom, | |||
$iType | |||
) |
Definition at line 33 of file ChWmapDb.php.
ChWmapDb::updateLocationPrivacy | ( | $iId, | |
$mixedPrivacy = CH_WMAP_PRIVACY_DEFAULT |
|||
) |
Definition at line 43 of file ChWmapDb.php.
ChWmapDb::updatePart | ( | $sPart, | |
$aOptions | |||
) |
Definition at line 199 of file ChWmapDb.php.
ChWmapDb::$_aCategs |
Definition at line 16 of file ChWmapDb.php.
ChWmapDb::$_aParts |
Definition at line 22 of file ChWmapDb.php.