Cheetah
Public Member Functions | Public Attributes | List of all members
ChCRSSDb Class Reference
Inheritance diagram for ChCRSSDb:
ChWsbDb

Public Member Functions

 __construct (&$oConfig)
 
 insertProfileRSS ($_iProfileID, $sNewUrl, $sNewDesc, $iQuantity)
 
 updateProfileRSS ($_iProfileID, $sNewUrl, $iOldID)
 
 deleteProfileRSS ($_iProfileID, $iOldID)
 
 getProfileRSS ($_iProfileID)
 
 getActiveProfileRSS ($_iProfileID)
 
- 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)
 

Public Attributes

 $_oConfig
 
- Public Attributes inherited from ChWsbDb
 $port
 
 $socket
 
 $dbname
 
 $user
 
 $password
 
 $oParams = null
 
 $oDbCacheObject = null
 

Additional Inherited Members

- Static Public Member Functions inherited from ChWsbDb
static getInstance ()
 
- 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
 

Detailed Description

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 10 of file ChCRSSDb.php.

Constructor & Destructor Documentation

◆ __construct()

ChCRSSDb::__construct ( $oConfig)

Definition at line 17 of file ChCRSSDb.php.

Member Function Documentation

◆ deleteProfileRSS()

ChCRSSDb::deleteProfileRSS (   $_iProfileID,
  $iOldID 
)

Definition at line 57 of file ChCRSSDb.php.

◆ getActiveProfileRSS()

ChCRSSDb::getActiveProfileRSS (   $_iProfileID)

Definition at line 83 of file ChCRSSDb.php.

◆ getProfileRSS()

ChCRSSDb::getProfileRSS (   $_iProfileID)

Definition at line 68 of file ChCRSSDb.php.

◆ insertProfileRSS()

ChCRSSDb::insertProfileRSS (   $_iProfileID,
  $sNewUrl,
  $sNewDesc,
  $iQuantity 
)

Definition at line 24 of file ChCRSSDb.php.

◆ updateProfileRSS()

ChCRSSDb::updateProfileRSS (   $_iProfileID,
  $sNewUrl,
  $iOldID 
)

Definition at line 41 of file ChCRSSDb.php.

Member Data Documentation

◆ $_oConfig

ChCRSSDb::$_oConfig

Definition at line 12 of file ChCRSSDb.php.


The documentation for this class was generated from the following file: