[TYPO3-mvc] Fluid Standalone View "Call to undefined method assign"
Tymoteusz Motylewski
t.motylewski at gmail.com
Thu Feb 24 16:23:20 CET 2011
Hi
I'm trying to use Standalone fluid view as is described in [1], but I'm getting
"Fatal error: Call to undefined method
Tx_Fluid_View_StandaloneView::assing() ..."
$view = t3lib_div::makeInstance('Tx_Fluid_View_StandaloneView');
$view->setTemplatePathAndFilename('....somepath');
$view->assign('customer', $customer);
$content = $view->render();
I'm using Extbase 1.3 and TYPO3 form trunk.
Any hints?
Thanks
Tymoteusz
[1] https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5/typo3/sysext/fluid/ChangeLog.txt
More information about the TYPO3-project-typo3v4mvc
mailing list