JTable::hit
Method to increment the hits for a row if the necessary property/field exists.
Signature
public function hit([mixed
$pk = null] )
Parameters
-
$pk
- An optional primary key value to increment. If not set the instance property value is used.
Returns
- boolean
- True on success.