API17

Difference between revisions of "JModelList::getstart"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JModelList::getstart source code''' on [[jplatform:application/component/modellist.php#cl-228|BitBucket]]
 
* {{JVer|11.1}} '''JModelList::getstart source code''' on [[jplatform:application/component/modellist.php#cl-228|BitBucket]]
* {{JVer|11.1}} Class [[JModelList/11.1|JModelList]]
+
* {{JVer|11.1}} Class [[API17:JModelList|JModelList]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JModelList::getstart|Other versions of JModelList::getstart]]
+
* [[API17:JModelList::getstart|Other versions of JModelList::getstart]]
 
{{SeeAlso:JModelList::getstart}}
 
{{SeeAlso:JModelList::getstart}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:14, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JModelList::getstart[edit]

Description[edit]

Method to get the starting number of items for the data set.

Template:Description:JModelList::getstart [Edit Descripton]

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 Joomla 11.1

See also[edit]

Template:SeeAlso:JModelList::getstart [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />