API17

JDatabase::loadResultArray: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 29: Line 29:
===See also===
===See also===
* {{JVer|11.1}} '''JDatabase::loadResultArray source code''' on [[jplatform:database/database.php#cl-766|BitBucket]]
* {{JVer|11.1}} '''JDatabase::loadResultArray source code''' on [[jplatform:database/database.php#cl-766|BitBucket]]
* {{JVer|11.1}} Class [[JDatabase/11.1|JDatabase]]
* {{JVer|11.1}} Class [[API17:JDatabase|JDatabase]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabase::loadResultArray|Other versions of JDatabase::loadResultArray]]
* [[API17:JDatabase::loadResultArray|Other versions of JDatabase::loadResultArray]]
{{SeeAlso:JDatabase::loadResultArray}}
{{SeeAlso:JDatabase::loadResultArray}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 01:02, 12 May 2013

Joomla 11.1 JDatabase::loadResultArray

Description

Method to get an array of values from the field in each row of the result set from the database query.

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

public function loadResultArray ($offset=0)
Parameter Type Default Description
$offset 0
  • Returns mixed The return value or null if the query failed.
  • Defined on line 774 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JDatabase::loadResultArray [Edit See Also]

User contributed notes

<CodeExamplesForm />