Changeset 2232 for trunk/system/libraries/drivers/Database/Mysql.php
- Timestamp:
- 03/07/2008 06:06:24 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database/Mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Mysql.php
r2208 r2232 416 416 } 417 417 418 public function as_array($object = NULL, $type = MYSQL_ASSOC) 419 { 420 return $this->result_array($object, $type); 421 } 422 418 423 public function result_array($object = NULL, $type = MYSQL_ASSOC) 419 424 {
