Zend Framework 2(ZF2) - $ this-> url() - > toRoute()

时间:2013-05-10 00:45:56

标签: php zend-framework zend-framework2

函数return $ this-> redirect() ->toRoute('home');重定向到我的主页。 函数return $ this-> redirect() ->toRoute('home', array('controller' => 'index', 'action' => 'hello'));必须在HomePage / index / hello重定向,但重定向是juste HomePage。

'type' => 'segment',
                'options' => array(
                    'route' => '[/:controller][/:action][/:id]'

我的错误是什么?

韩国社交协会

1 个答案:

答案 0 :(得分:0)

您是否将index控制器和hello操作定义为默认操作?然后它们不会显示在URL中,但会显示右页。