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/Pgsql.php

    r2208 r2232  
    406406        } 
    407407 
     408        public function as_array($object = NULL, $type = PGSQL_ASSOC) 
     409        { 
     410                return $this->result_array($object, $type); 
     411        } 
     412 
    408413        public function result_array($object = NULL, $type = PGSQL_ASSOC) 
    409414        {