JModelList::getstart: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Method to get the starting number of items for the data set. | Method to get the starting number of items for the data set. | ||
<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::getstart|Other versions of JModelList::getstart]] | * [[API17:JModelList::getstart|Other versions of JModelList::getstart]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JModelList::getstart | category=JModelList::getstart | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:28, 25 March 2017
JModelList::getstart
Description
Method to get the starting number of items for the data set.
public function getstart ()
- Returns integer The starting number of items available in the data set.
- Defined on line 236 of libraries/joomla/application/component/modellist.php
- Since

See also
JModelList::getstart source code on BitBucket
Class JModelList
Subpackage Application- Other versions of JModelList::getstart
User contributed notes
Code Examples