[TYPO3-mvc] Some tiny tips

Steffen Kamper info at sk-typo3.de
Tue Jul 21 17:27:05 CEST 2009


Hi,

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

*) define storagePid in TS: tt_content.list.20.<plugin>.storagePid = xxx

*) get complete settings: $settings = Tx_Extbase_Dispatcher::getSettings();

*) use fe_user:
$this->frontendUserRepository = 
t3lib_div::makeInstance('Tx_Extbase_Domain_Model_FrontendUserRepository');
$feUser = $this->frontendUserRepository->findAll();

to be completed ...

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list