当前位置:Gxlcms > 
PHP教程 > 
zendframework的主布局脚本layout.pthml可以更改吗解决办法
                     
                    
                        zendframework的主布局脚本layout.pthml可以更改吗解决办法
                        
                            时间:2021-07-01 10:21:17
                            帮助过:37人阅读
							                        
                     
                    
                    zend framework的主布局脚本 layout.pthml可以更改吗
如标题,请问zend framework的主布局脚本 layout.pthml可以设置为其他的吗?
------解决方案--------------------
在application里面加入
resources.layout.layoutPath = APPLICATION_PATH "/layouts"
resources.layout.layout = 2colnums
貌似这样可以,你试试