[TYPO3-mvc] How to retrieve cObj->data ?
Bastian Waidelich
bastian at typo3.org
Tue Nov 3 14:41:22 CET 2009
Steffen Kamper wrote:
Hi Steffen,
> nice that my hardheadedness pays back :)
Absolutely ;)
It's done, now you can access the data of the current cObject like this:
$this->request->getContentObjectData(); (controller)
or
$this->controllerContext->getRequest()->getContentObjectData() (viewhelper)
Thanks for pushing us ;)
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list