| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: recordset.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 104 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JRecordSet:: (10 methods):
JRecordSet()
RecordCount()
RowCount()
FetchRow()
GetRows()
absolutepage()
atfirstpage()
atlastpage()
lastpageno()
Close()
Class: JRecordSet - X-Ref
Simple Record Set object to allow our database connector to be used with| JRecordSet( $data ) X-Ref |
| Constuctor param: array |
| RecordCount() X-Ref |
return: int |
| RowCount() X-Ref |
return: int |
| FetchRow() X-Ref |
return: mixed A row from the data array or null |
| GetRows() X-Ref |
return: array |
| absolutepage() X-Ref |
| TODO: Remove for 1.6. Deprecated |
| atfirstpage() X-Ref |
| TODO: Remove for 1.6. Deprecated |
| atlastpage() X-Ref |
| TODO: Remove for 1.6. Deprecated |
| lastpageno() X-Ref |
| TODO: Remove for 1.6. Deprecated |
| Close() X-Ref |
| TODO: Remove for 1.6. Deprecated |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |