[TYPO3-mvc] Some tiny tips
Jochen Rau
jochen.rau at typoplanet.de
Tue Jul 21 17:53:46 CEST 2009
Hi Steffen.
Thanks a lot for the tips ;-)
Steffen Kamper wrote:
> may be this can completed by all, just some tiny tips for working with
> latest rev
>
> *) Important: include extbase template in your TS Root template
This isn't needed anmore since r975.
> *) define storagePid in TS: tt_content.list.20.<plugin>.storagePid = xxx
>
> *) get complete settings: $settings = Tx_Extbase_Dispatcher::getSettings();
Remark: This is only the settings of Extbase.
> *) use fe_user:
> $this->frontendUserRepository =
> t3lib_div::makeInstance('Tx_Extbase_Domain_Model_FrontendUserRepository');
> $feUser = $this->frontendUserRepository->findAll();
Support for fe_groups is not fully implemented, yet (comma separated lists)
Regards
Jochen
--
Every nit picked is a bug fixed
More information about the TYPO3-project-typo3v4mvc
mailing list