[TYPO3-mvc] PHP Error: 'Tx_Fluid_Core_ParsingException'
Joerg Schoppet
joerg at schoppet.de
Tue Jun 9 18:12:34 CEST 2009
Hi,
Steffen Ritter schrieb:
>
Sorry, but in your first post you wrote:
$this->view->assign('streetIndexes', $this->streetRepository->findAll());
And now it is:
> $this->streetIndexes = $this->streetRepository->getIndexedStreets();
> $this->view->assign('streetIndexes', $this->streetIndexes);
So, do you tried:
$this->view->assign('streetIndexes', $this->streetRepository->getIndexStreets());
??
Joerg
More information about the TYPO3-project-typo3v4mvc
mailing list