Changeset 82

Show
Ignore:
Timestamp:
05/26/2007 04:49:13 PM (18 months ago)
Author:
Shadowhand
Message:

Follow up to r81, it makes more sense for it to be named count_records() than count() (count_all(), for example)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/database/DB_active_rec.php

    r81 r82  
    701701         * 
    702702         * @access      public 
    703          * @param       string 
     703         * @param       string  name of table 
    704704         * @return      string 
    705705         */ 
    706         function count($table = FALSE) 
     706        function count_records($table = FALSE) 
    707707        { 
    708708                if (count($this->ar_from) < 1)