Changeset 82
- Timestamp:
- 05/26/2007 04:49:13 PM (18 months ago)
- Files:
-
- 1 modified
-
trunk/system/database/DB_active_rec.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/database/DB_active_rec.php
r81 r82 701 701 * 702 702 * @access public 703 * @param string 703 * @param string name of table 704 704 * @return string 705 705 */ 706 function count ($table = FALSE)706 function count_records($table = FALSE) 707 707 { 708 708 if (count($this->ar_from) < 1)
