|
|
Home Manual 11. API Reference [WORKING] mosDBTable->hit |
| [WORKING] mosDBTable->hit |
|
|
|
|
Last reviewed: Not reviewed mosDBTable->hitGeneric hit count update. This method may be overloaded/supplemented by the child class as required. This method increments the 'hit' column is a specified table row in the database. If the $mosConfig_enable_log_items configuration variable is true then it also adds an entry to the jos_core_log_items database table. Syntaxvoid hit ( [ int $id ] )
ExamplesExample: In this example the hit counter for a specific content record is incremented. global $database; // Declare an instance of the content class. $content = new mosContent( $database ); // Increment the hit count for a content record. $uid = 5; $content->hit( $uid ); Please report any errors on this page to the Developer Documentation Forum. |
|
| Last Updated ( Monday, 25 December 2006 ) |
| < Prev | Next > |
|---|





