该功能return $ this-> redirect() ->toRoute('home');
重定向到我的主页。该函数return $ this-> redirect() ->toRoute('home', array('controller' => 'index', 'action' => 'hello'));
必须在 HomePage/index/hello 重定向,但重定向只是 HomePage。
'type' => 'segment',
'options' => array(
'route' => '[/:controller][/:action][/:id]'
我的错误是什么?
Tks