CodeExample

Difference between revisions of "4dab224eaef1e"

From Joomla! Documentation

(CodeExample provided by Chris Davenport)
 
(Remove red links)
 
Line 3: Line 3:
 
  <div class='commentBlock'>
 
  <div class='commentBlock'>
  
Some Joomla tables contain a field called "hits" which records the number of times that a table row has been accessed.  [[JTable]] provides a simple method to increment this field: [[JTable/hit|hit]].
+
Some Joomla tables contain a field called "hits" which records the number of times that a table row has been accessed.  JTable provides a simple method to increment this field: hit.
 
   
 
   
  

Latest revision as of 03:13, 3 July 2013

Hit counter

Some Joomla tables contain a field called "hits" which records the number of times that a table row has been accessed. JTable provides a simple method to increment this field: hit.


Chris Davenport 12:24, 17 April 2011 (CDT) Edit comment