API17

JModelList::getItems: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Method to get an array of data items.  
Method to get an array of data items.  


{{Description:JModelList::getItems}}
{{subst:Description:JModelList::getItems}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JModelList::getItems|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function getItems ()
public function getItems ()
Line 19: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JModelList::getItems|Other versions of JModelList::getItems]]
* [[API17:JModelList::getItems|Other versions of JModelList::getItems]]
{{SeeAlso:JModelList::getItems}}
{{subst:SeeAlso:JModelList::getItems}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JModelList::getItems|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:53, 24 March 2017

Joomla 11.1 JModelList::getItems

Description

Method to get an array of data items.

{{subst:Description:JModelList::getItems}}

public function getItems ()
  • Returns mixed An array of data items on success, false on failure.
  • Defined on line 109 of libraries/joomla/application/component/modellist.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JModelList::getItems}}

User contributed notes

<CodeExamplesForm />