JDatabase::loadObjectList/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JDatabase::loadObjectList

Description

Load a list of database objects.

Description:JDatabase::loadObjectList [Edit Descripton]

public function 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 on line 686 of libraries/joomla/database/database.php

See also

SeeAlso:JDatabase::loadObjectList [Edit See Also]

User contributed notes


Personal tools