Changeset 654 for trunk/system/libraries/Database.php
- Timestamp:
- 10/04/2007 10:03:56 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r652 r654 58 58 protected $offset = FALSE; 59 59 protected $connected = FALSE; 60 protected $benchmark = array();61 60 protected $last_query = ''; 61 public $benchmark = array(); 62 62 63 63 /**
