Actions
Feature #20242
closedImplement wrapper mysql_fetch_field in t3lib_db
Status:
Closed
Priority:
Must have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-03-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
For the upcoming extbase object relational mapping we need the mysql_fetch_field method to fetch column information for a result set. There should be a wrapper for mysql_fetch_field in the t3lib_db class.
(issue imported from #M10786)
Files
Updated by Michael Stucki over 15 years ago
Hi Christopher,
as far as I remember, Jochen said that he was able to work around this requirement. So in fact, this issue can be closed, right?
- michael
Updated by Oliver Hader almost 15 years ago
I could not find any dependency on mysql_fetch_field() in the Core and Extbase.
Actions