API17

API17:JDatabase::loadObjectList

From Joomla! Documentation

Revision as of 23:11, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabase::loadObjectList

Description

Load a list of database objects.

Template:Description:JDatabase::loadObjectList [Edit Descripton]

Synopsis

public  JDatabase->loadObjectList ($key='')
Parameter Type Default Description
$key string The field name of a primary key

Returns

array If is empty as sequential list of returned records. If is not empty then the returned array is indexed by the value the database key. Returns if the query fails.

Defined in

libraries/joomla/database/database.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabase::loadObjectList

Examples

<CodeExamplesForm />