Show
Ignore:
Timestamp:
10/04/2007 10:03:56 PM (14 months ago)
Author:
PugFish
Message:

Added Profiler library
Added get_all() to Benchmark
Changed $benchmark in Database to public

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Database.php

    r652 r654  
    5858        protected $offset     = FALSE; 
    5959        protected $connected  = FALSE; 
    60         protected $benchmark  = array(); 
    6160        protected $last_query = ''; 
     61        public $benchmark  = array(); 
    6262 
    6363        /**