|
| __construct (&$oConfig) |
| getBundle ($aParams=array()) |
| isBundle ($iId) |
| insertBundle ($aSet) |
| updateBundle ($aSet, $aWhere) |
| deleteBundle ($aWhere) |
| getOrder ($aParams=array()) |
| isOrder ($iId) |
| isOrderByPbo ($iProfileId, $iBundleId, $sOrder) |
| insertOrder ($aSet, $sSetAddon='') |
| insertOrderDeleted ($aSet, $sSetAddon='') |
| registerOrder ($iProfileId, $iBundleId, $iCount, $sOrder, $sLicense, $sType, $sDuration='', $iTrial=0) |
| updateOrder ($aSet, $aWhere) |
| prolongOrder ($iProfileId, $iItemId, $iItemCount, $sOrder, $sLicense, $sType, $sDuration, $iTrial) |
| deleteOrder ($aWhere) |
| unregisterOrder ($iProfileId, $iItemId, $sOrder, $sLicense, $sType) |
| getProfile ($aParams=array()) |
| isProfile ($iId) |
| insertProfile ($aSet) |
| updateProfile ($aSet, $aWhere) |
| updateProfileBalance ($iId, $fAmount, $bCleared=false) |
| deleteProfile ($aWhere) |
| getHistory ($aParams=array()) |
| isHistory ($iId) |
| insertHistory ($aSet) |
| updateHistory ($aSet, $aWhere) |
| deleteHistory ($aWhere) |
| getWithdrawal ($aParams=[]) |
| insertWithdrawal ($aSet) |
| updateWithdrawal ($aSet, $aWhere) |
| deleteWithdrawal ($aWhere) |
| getContentInfoById ($iContentId) |
| getEntriesBy ($aParams=array()) |
| getEntriesNumByContext ($iProfileId) |
| getEntriesByAuthor ($iProfileId) |
| getEntriesNumByAuthor ($iProfileId) |
| getEntriesNumByParams ($aParams=[]) |
| updateEntriesBy ($aParamsSet, $aParamsWhere) |
| updateStatusAdmin ($iContentId, $isActive) |
| publishEntries () |
| alterFulltextIndex () |
| deleteNestedById ($iNestedId, $sTableKey, $sTableName) |
| getNestedBy ($aParams, $sTableName) |
| getStatByProfile ($iAuthorId) |
| __construct ($oConfig) |
| getPrefix () |
| __clone () |
| getModuleById ($iId, $bFromCache=true) |
| getModuleByName ($sName, $bFromCache=true) |
| getModuleByUri ($sUri, $bFromCache=true) |
| enableModuleByUri ($sUri) |
| disableModuleByUri ($sUri) |
| setModulePendingUninstall ($sUri, $bPendingUninstall) |
| isModule ($sUri) |
| isModuleByName ($sName) |
| isModuleParamsUsed ($sName, $sUri, $sPath, $sPrefixDb, $sPrefixClass) |
| isEnabled ($sUri) |
| isEnabledByName ($sName) |
| getModules () |
| getModulesBy ($aParams=array(), $bFromCache=true) |
| isModuleContent ($sName) |
| isModuleContext ($sName) |
| isModuleProfile ($sName) |
| getModulesUri () |
| getDependent ($sName, $sUri) |
| updateModule ($aParamsSet, $aParamsWhere=array()) |
| checkModulesSubtypes () |
| setReadOnlyMode ($b) |
| connect () |
| disconnect () |
| ping () |
| pdoExec ($sQuery) |
| pdoQuery ($sQuery) |
| pdoExceptionHandler ($oException) |
| getOption ($sName) |
| getOne ($oStatement, $aBindings=array(), $iIndex=0) |
| getRow ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
| getColumn ($oStatement, $aBindings=array(), $iFetchColumnNumber=0) |
| getFirstRow ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
| getNextRow ($iFetchType=PDO::FETCH_ASSOC) |
| getAll ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
| fillArray ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
| getAllWithKey ($oStatement, $sFieldKey, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
| getPairs ($oStatement, $sFieldKey, $sFieldValue, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
| getNumRows ($oStatement=null) |
| getAffectedRows ($oStatement=null) |
| lastId () |
| query ($oStatement, $aBindings=array(), $bVerbose=null) |
| res ($oStatement, $aBindings=array(), $bVerbose=null) |
| getServerInfo () |
| getVersion () |
| listTables () |
| getFields ($sTable) |
| fetchField ($oStatement, $iField, $aBindings=array()) |
| isTableExists ($sTable) |
| isFieldExists ($sTable, $sFieldName) |
| isIndexExists ($sTable, $sIndexName) |
| error ($aError) |
| cacheParams ($bForceCacheInvalidate=false, $bForceCacheInvalidateMixed=false) |
| cacheParamsClear ($sCacheName='') |
| isParam ($sKey, $bFromCache=true) |
| addParam ($sName, $sValue, $iKateg, $sDesc, $sType) |
| getParam ($sKey, $bFromCache=true) |
| setParam ($sKey, $mixedValue, $iMixId=0) |
| getParamsMix ($iId) |
| getParamsMixActive ($sType) |
| getParamsMixes ($sType, $mixedPublished=false) |
| setTimezone ($sTimezone) |
| getEncoding () |
| setErrorChecking ($b) |
| getDbCacheObject () |
| genDbCacheKey ($sName) |
| getCache ($sName, $sFunc) |
| setCache ($sName, $mData) |
| fromCache ($sName, $sFunc) |
| cleanCache ($sName) |
& | fromMemory ($sName, $sFunc) |
| cleanMemory ($sName) |
| cleanMemoryAll () |
| escape ($s) |
| implode_escape ($mixed) |
| unescape ($mixed) |
| prepare ($sQuery) |
| prepareAsString ($sQuery) |
| arrayToSQL ($a, $sDiv=',', $sOperator='=', $bWildcardSpaceChars=false) |
| executeSQL ($sPath, $aReplace=array(), $isBreakOnError=true) |