[TYPO3-mvc] use TypoScript to include action of extbase

Michael Knoll mimi at kaktusteam.de
Thu Jan 27 22:33:46 CET 2011


Hi May,

I wrote a little tutorial on how to do this... take a look here:

http://mimi.kaktusteam.de/index.php?id=mimis_blog&tx_t3blog_pi1[blogList][showUid]=178&tx_t3blog_pi1[blogList][year]=2011&tx_t3blog_pi1[blogList][month]=01&tx_t3blog_pi1[blogList][day]=25&cHash=e40ea53a61006c55812d676921a27709


Greetings

Michael



Am 27.01.11 08:03, schrieb May Dara:
> Dear typo3V4mvc,
>
> I had used TypoScript to inlude action of Extbase like this:
>
>
> lib.leftMenu = USER
> lib.leftMenu {
> userFunc = tx_extbase_dispatcher->dispatch
> extensionName = ...
> pluginName = Pi1
> controller = ....
> action = .....
>
> persistence.storagePid = 1
>
> view {
> templateRootPath = EXT:.../Resources/Private/Templates/
> partialRootPath = EXT:.../Resources/Private/Partials/
> layoutRootPath = EXT:.../Resources/Private/Layouts/
> }
> }
>
> TYPO3 4.4.2
> it works with Extbase 1.2.0 & Fluid 1.2.0, but it doesn't work with
> Extbase 1.3.0 & Fluid 1.3.0.
>
> Please give me hints or answers.
>
> Thank you,
>
> Best Regard,
>
> Dara May



More information about the TYPO3-project-typo3v4mvc mailing list