|
Cheetah
|
Public Member Functions | |
| __construct (&$oConfig) | |
| _processBigNumber ($mValue) | |
| getProfileId ($iFbUid) | |
| saveRemoteId ($iProfileId, $iFbUid) | |
| deleteRemoteAccount ($iProfileId) | |
Public Member Functions inherited from ChWsbConnectDb | |
| makeFriend ($iMemberId, $iProfileId) | |
| createProfile (&$aProfileFields) | |
| updateProfileStatus ($iProfileId, $sStatus) | |
| isFieldExist ($sFieldName) | |
| isEmailExisting ($sEmail) | |
| getCountryCode ($sCountry) | |
Public Member Functions inherited from ChWsbModuleDb | |
| __construct ($oConfig=null) | |
| getPrefix () | |
| getModulesBy ($aParams=array()) | |
| getModuleById ($iId) | |
| getModuleByUri ($sUri) | |
| isModule ($sUri) | |
| isModuleParamsUsed ($sUri, $sPath, $sPrefixDb, $sPrefixClass) | |
| getModules () | |
| getDependent ($sUri) | |
| getSettingsCategoryId ($sCatName) | |
Public Member Functions inherited from ChWsbDb | |
| 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) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ChWsbDb | |
| static | getInstance () |
Public Attributes inherited from ChWsbConnectDb | |
| $sTablePrefix | |
Public Attributes inherited from ChWsbModuleDb | |
| $_sPrefix | |
Public Attributes inherited from ChWsbDb | |
| $port | |
| $socket | |
| $dbname | |
| $user | |
| $password | |
| $oParams = null | |
| $oDbCacheObject = null | |
Protected Member Functions inherited from ChWsbDb | |
| __construct () | |
| connect () | |
| disconnect () | |
Protected Attributes inherited from ChWsbDb | |
| $host | |
| $link | |
| $oCurrentStmt | |
| $iCurrentFetchStyle | |
Static Protected Attributes inherited from ChWsbDb | |
| static | $instance |
Definition at line 10 of file ChFaceBookConnectDb.php.
| ChFaceBookConnectDb::__construct | ( | & | $oConfig | ) |
Constructor.
Reimplemented from ChWsbConnectDb.
Definition at line 15 of file ChFaceBookConnectDb.php.
| ChFaceBookConnectDb::_processBigNumber | ( | $mValue | ) |
Process big number
| $mValue | mixed |
Definition at line 26 of file ChFaceBookConnectDb.php.
| ChFaceBookConnectDb::deleteRemoteAccount | ( | $iProfileId | ) |
Delete Fb's uid
| $iProfileId | integer |
Reimplemented from ChWsbConnectDb.
Definition at line 87 of file ChFaceBookConnectDb.php.
| ChFaceBookConnectDb::getProfileId | ( | $iFbUid | ) |
Check fb profile id
| $iFbUid | integer |
Reimplemented from ChWsbConnectDb.
Definition at line 37 of file ChFaceBookConnectDb.php.
| ChFaceBookConnectDb::saveRemoteId | ( | $iProfileId, | |
| $iFbUid | |||
| ) |
Save new Fb uid
| $iProfileId | integer |
| $iFbUid | integer |
Reimplemented from ChWsbConnectDb.
Definition at line 70 of file ChFaceBookConnectDb.php.