[Flow] Use another Template in Controller Action

Patric Eckhart mail at patriceckhart.com
Sun Jun 21 13:38:50 CEST 2015


Hey guys,

I will use the Template Test/List.html in this Controller Action, but the Controller Action Test2Controller always take the Test2/Index.html.
Can I define a Template like $templatePath = .... ?

/**
	 * @return void
	 */
	public function indexAction() {
        $this->view->assign('username', $this->loginRepository->getUsername());
       }


More information about the Flow mailing list