Actions
Feature #24039
closedThe TYPO3 DB API can support mysql_fetch_object to retreive a record as a model object
Start date:
2010-11-12
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:
Description
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)
Files
Actions