API17

JModelList::getItems: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to get an array of data items.  
Method to get an array of data items.  


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


<source lang="php">
<source lang="php">
Line 17: 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]]
{{subst:SeeAlso:JModelList::getItems}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JModelList::getItems
category=JModelList::getItems
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:28, 25 March 2017

Joomla 11.1 JModelList::getItems

Description

Method to get an array of data items.


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


User contributed notes

Code Examples