API17:JTable::hit
From Joomla! Documentation
JTable::hit
Description
Method to increment the hits for a row if the necessary property/field exists.
public function hit ($pk=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | mixed | null | An optional primary key value to increment. If not set the instance property value is used. |
See also
JTable::hit source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::hit
User contributed notes
Code Examples