[TYPO3-core] RFC #13467: add getField() function to database API
Benjamin Mack
benni at typo3.org
Fri Feb 19 12:47:07 CET 2010
Hey all,
as far as I can see, there is a function that gets the DB row
automatically, for BE and FE:
* t3lib_befunc::getRecord()
* $GLOBALS['TSFE']->sys_page->getRawRecord()
to fetch the row of any TCA field. I don't see the need really for a
lowlevel abstraction to get:
* a specific row
* a speciifc field of a row
just for one line less. Of course, I can be convinced other...
All the best,
Benni.
More information about the TYPO3-team-core
mailing list