CodeExample

4dab224eaef1e: Difference between revisions

From Joomla! Documentation

Chris Davenport (talk | contribs)
CodeExample provided by Chris Davenport
 
Wilsonge (talk | contribs)
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 08: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