API17

Difference between revisions of "JModel:: getListCount"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
protected JModel->_getListCount ($query)
+
protected JModel::_getListCount ($query)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
int
 
int
 
===Defined in===
 
===Defined in===
libraries/joomla/application/component/model.php
+
libraries/joomla/application/component/model.php (line 270)
 +
* see source code in [[jplatform:application/component/model.php#cl-270|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:58, 23 April 2011

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 JModel::_getListCount[edit]

Description[edit]

Returns a record count for the query.

Template:Description:JModel:: getListCount [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

protected JModel::_getListCount ($query)
Parameter Type Default Description
$query string The query.

Returns[edit]

int

Defined in[edit]

libraries/joomla/application/component/model.php (line 270)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JModel:: getListCount

Examples[edit]

<CodeExamplesForm />