[TYPO3-ect] access tt_content values of the current record

Fabien Udriot fudriot at omic.ch
Tue Aug 21 00:49:31 CEST 2007


Hi !

Once upon a time, we could write this :

$this->controller->configurations['tt_content.tstamp']

... The result was the tstamp of the record. But things have changed. 
How can we access the values of the current record ?

$this->controller->configurations->dump() display an array with :

- the TS values
- the flexform values of the record

Does it has to do with the new context object ?
$this->context->getData('key')



More information about the TYPO3-team-extension-coordination mailing list