[TYPO3-dev] Get current record data...
Stig Nørgaard Færch
snf at dkm.dk
Wed Apr 21 13:07:50 CEST 2010
I know it's possible to get the current record data like this:
$GLOBALS['TSFE']->sys_page->getRawRecord('tt_content', $someuid);
But this results in a database call.
I was wondering if the current tt_content record data is stored
somewhere in an object?
I tried to look around in $GLOBALS['TSFE'], but only found the page record.
Any ideas?
Thanks in advance!
/Stig
More information about the TYPO3-dev
mailing list