0
開始在zend教程應用程序。不能使zend框架2.4索引動作
zf2-tutorial.localhost/album/
地圖
zf2-tutorial.localhost/album/index
但使用zf2-tutorial.localhost/album/index
調用索引操作。
已經設置了默認動作爲 '索引'
開始在zend教程應用程序。不能使zend框架2.4索引動作
zf2-tutorial.localhost/album/
地圖
zf2-tutorial.localhost/album/index
但使用zf2-tutorial.localhost/album/index
調用索引操作。
已經設置了默認動作爲 '索引'
更改行:
'route' => '/album[/:action][/:id]'
要:
'route' => '/album/[/:action][/:id]',
相冊模塊的module.config.php