Project

General

Profile

Feature #24039

Updated by Mathias Schreiber over 9 years ago

The current database API does not utilize the PHP function to retreive a record as a model object. The attached patch implements a t3lib_db->sql_fetch_object() method, which will    allow for this functionallity 



 



 the mysql_fetch_object() function has similar functions for at least mssql and oracle as well as pdo. 
 
 (issue imported from #M16371)

Back