Changeset 2232 for trunk/system/libraries/drivers/Database/Mysqli.php
- Timestamp:
- 03/07/2008 06:06:24 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database/Mysqli.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database/Mysqli.php
r2193 r2232 237 237 } 238 238 239 public function as_array($object = NULL, $type = MYSQLI_ASSOC) 240 { 241 return $this->result_array($object, $type); 242 } 243 239 244 public function result_array($object = NULL, $type = MYSQLI_ASSOC) 240 245 {
