API17

API17:JDatabaseMySQLi::loadAssocList

From Joomla! Documentation

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

Joomla 11.1 JDatabaseMySQLi::loadAssocList

Description

Load a assoc list of database rows.

Template:Description:JDatabaseMySQLi::loadAssocList [Edit Descripton]

Synopsis

public  JDatabaseMySQLi->loadAssocList ($key=null, $column=null)
Parameter Type Default Description
$key string null The field name of a primary key
$column string null An optional column name. Instead of the whole row, only this column value will be in the return array.

Returns

array If is empty as sequential list of returned records.

Defined in

libraries/joomla/database/database/mysqli.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLi::loadAssocList

Examples

<CodeExamplesForm />