视图脚本的自定义路径
我为基于 Zend Framework(又名主题)的应用程序使用自定义路径。
视图脚本保存在public/themes/themename/modulename/...
中,因此切换应用程序主题只需替换路径中的themename
即可。
如何告诉 Zend Tool 在此目录中生成视图脚本而不是默认的脚本? 我想需要某种提供者吗?
如何注册提供程序以默认为所有基于 zf 的项目提供它?
I use customized paths for my application based on Zend Framework (a.k.a. themes).
The view scripts are saved in public/themes/themename/modulename/...
, so switching the application theme is just substituting themename
in the path.
How to tell Zend Tool to generate the view scripts in this directory instead of the default one?
I suppose some kind of provider is needed?
How to register the provider to have it by default for all zf based projects?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看默认的 Zend Provider 并使用您自己的类扩展类,从而重载路径。
Look at the default Zend Providers and extend the classes with your own, overloading the paths.
在引导程序中,您可以添加脚本路径:
In your bootstrap you can add a script path:
我无法告诉您如何实现您想要的目标,但我可以为您提供一些很大的帮助。
Zendcast
如果您不了解 zendcast,那么这是查找有关 zend 框架教程的好地方。
I cannot tell you how you can achieve what you want but I can point you to some great help.
Zendcast
If you don't know about zendcast its a great palce to look for tutorials about the zend framework.