API15

JRecordSet/GetRows

From Joomla! Documentation

< API15:JRecordSet
Revision as of 17:16, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== array <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Descri...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Description[edit]

array


[Edit Descripton]

Template:Description:JRecordSet/GetRows

Syntax[edit]

GetRows()


Returns[edit]

array

Defined in[edit]

libraries/joomla/database/recordset.php

Importing[edit]

jimport( 'joomla.database.recordset' );

Source Body[edit]

function GetRows() {
        return $this->data;
}

[Edit See Also] Template:SeeAlso:JRecordSet/GetRows

Examples[edit]

<CodeExamplesForm />