Show
Ignore:
Timestamp:
03/07/2008 06:06:24 PM (10 months ago)
Author:
Shadowhand
Message:

Added as_array() to all Database_Result classes for consistency.

Files:
1 modified

Legend:

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

    r2208 r2232  
    416416        } 
    417417 
     418        public function as_array($object = NULL, $type = MYSQL_ASSOC) 
     419        { 
     420                return $this->result_array($object, $type); 
     421        } 
     422 
    418423        public function result_array($object = NULL, $type = MYSQL_ASSOC) 
    419424        {