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

    r2226 r2232  
    401401        } 
    402402 
     403        public function as_array($object = NULL, $type = MSSQL_ASSOC) 
     404        { 
     405                return $this->result_array($object, $type); 
     406        } 
     407 
    403408        public function result_array($object = NULL, $type = MSSQL_ASSOC) 
    404409        { 
     
    606611        } 
    607612        // End Interface 
     613 
    608614} // End mssql_Result Class