how to change zend framework default home page

我只是一个虾纸丫 提交于 2020-01-06 02:59:05

问题


I want to change default home page of zend framework which is application/views/index/index.phtml, to another view. welcome all answers.


回答1:


You should not only change the view script to render, but change the "target" (means: module/controller/action). If you look at the Manual , there are options for the configuration (usually application.ini) to set this values



来源:https://stackoverflow.com/questions/4230647/how-to-change-zend-framework-default-home-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!