[FLOW3-general] Re: Re: Re: Sub folder in Controller
Cornel Widmer
cornel at kollerinternet.ch
Mon Mar 18 09:03:42 CET 2013
Hi Bastian
That doesn't work either. It shows an error that the controller action is not found in the default flow route.
I assume that the way with "this->redirect('action', 'Administration/Checklist')" should be the way to go, but it looks like I have to build my own routehandler. :-(
Quote: Bastian Waidelich wrote on Fri, 15 March 2013 18:22
----------------------------------------------------
> Cornel Widmer wrote:
>
> Hi,
>
> > $this->redirect('list', 'Administration\User');
>
> please try
>
> $this->redirect('list', 'Administration\\User');
>
> as in PHP the backslash is an escape character..
>
>
> --
> Bastian Waidelich
> --
> Core Developer Team
>
> TYPO3 .... inspiring people to share!
> Get involved: typo3.org
----------------------------------------------------
More information about the FLOW3-general
mailing list