Class Database_Result
/system/libraries/Database.php line 783
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class Database_Result
Provide methods to handle a database result.
Methods
- protected fetch_assoc()
- protected fetch_field(? $intOffset)
- protected fetch_row()
- protected num_fields()
- protected num_rows()
- public fetchAllAssoc()
- public fetchAssoc()
- public fetchEach(string $strKey)
- public fetchField(int $intOffset)
- public fetchRow()
- public first()
- public last()
- public next()
- public prev()
- public reset()
- public row(boolean $blnFetchArray)
- public __construct(resource $resResult, string $strQuery)
- public __destruct()
- public __get(string $strKey)
- public __set(string $strKey, string $strValue)
Properties
- private boolean $blnDone
- private boolean $blnModified
- private integer $intIndex
- private integer $intRowIndex
- protected array $arrCache
- protected resource $resResult
- protected string $strQuery
Add a comment