API15

Difference between revisions of "JRecordSet"

From Joomla! Documentation

(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JRecordSet}} ===Defined in=== ...)
 
Line 46: Line 46:
 
|TODO: Remove for 1.6. Deprecated  
 
|TODO: Remove for 1.6. Deprecated  
 
|}
 
|}
 +
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.recordset' );</source>
 
<source lang="php">jimport( 'joomla.database.recordset' );</source>

Revision as of 12:31, 25 March 2010

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JRecordSet

Defined in[edit]

libraries/joomla/database/recordset.php

Methods[edit]

Method name Description
JRecordSet Constuctor
RecordCount int
RowCount int
FetchRow mixed A row from the data array or null
GetRows array
absolutepage TODO: Remove for 1.6. Deprecated
atfirstpage TODO: Remove for 1.6. Deprecated
atlastpage TODO: Remove for 1.6. Deprecated
lastpageno TODO: Remove for 1.6. Deprecated
Close TODO: Remove for 1.6. Deprecated

Importing[edit]

jimport( 'joomla.database.recordset' );

[Edit See Also] Template:SeeAlso:JRecordSet

Examples[edit]

<CodeExamplesForm />