位置: 编程技术 - 正文
推荐整理分享Zend Framework实现Zend_View集成Smarty模板系统的方法(framework3.5怎么打开),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:framework for,framework4.0怎么打开,framework在哪开启,zend framework手册,framework3.5怎么打开,framework在哪开启,zend framework手册,framework怎么用,内容如对您有帮助,希望把文章链接给更多的朋友!
本文实例讲述了Zend Framework实现Zend_View集成Smarty模板系统的方法。分享给大家供大家参考,具体如下:
Zend_View抽象出了Zend_View_Interface,可以让我们集成不同的视图解决方案,例如可以集成smarty。要在zend中使用其他视图系统作为视图,只要实现Zend_View_Interface接口即可。
Zend_View_Interface的接口定义:
集成Smarty的基本实现如下:
smarty下载地址
tree.├── application│ ├── Bootstrap.php│ ├── configs│ │ └── application.ini│ ├── controllers│ │ ├── ErrorController.php│ │ └── IndexController.php│ ├── models│ └── views│ ├── helpers│ └── scripts│ ├── error│ │ └── error.phtml│ └── index│ ├── index.phtml│ └── index.tpl├── docs│ └── README.txt├── library│ ├── Lq│ │ └── View│ │ └── Smarty.php│ └── smartylib│ ├── debug.tpl│ ├── plugins│ │ ├── ...........................│ │ └── variablefilter.htmlspecialchars.php│ ├── SmartyBC.class.php│ ├── Smarty.class.php│ └── sysplugins│ ├── ..........................│ └── smarty_security.php├── public│ └── index.php├── temp│ └── smarty│ └── templates_c│ └── dbef3fca4eabfdfb3ebbdbd.file.index.tpl.php└── tests ├── application │ └── controllers │ └── IndexControllerTest.php ├── bootstrap.php ├── library └── phpunit.xml
directories, files
/zf_demo1/library/Lq/View/Smarty.php
/zf_demo1/application/configs/application.ini
/zf_demo1/application/Bootstrap.php
/zf_demo1/application/controllers/IndexController.php
/zf_demo1/application/views/scripts/index/index.tpl
如果需要配置smarty可以打开/zf_demo1/library/smartylib/Smarty.class.php文件进行相应配置例如
更多关于zend相关内容感兴趣的读者可查看本站专题:《Zend FrameWork框架入门教程》、《php优秀开发框架总结》、《Yii框架入门及常用技巧总结》、《ThinkPHP入门教程》、《php面向对象程序设计入门教程》、《php+mysql数据库操作入门教程》及《php常见数据库操作技巧汇总》
希望本文所述对大家PHP程序设计有所帮助。
Zend Framework动作助手(Zend_Controller_Action_Helper)用法详解 本文实例讲述了ZendFramework动作助手(Zend_Controller_Action_Helper)用法。分享给大家供大家参考,具体如下:通过助手模式,可以把一些经常使用的功能模块做
Zend Framework创建自己的动作助手详解 本文实例讲述了ZendFramework创建自己的动作助手实现方法。分享给大家供大家参考,具体如下:助手的抽象基类是Zend_Controller_Action_Helper_Abstract,如要定
Zend Framework动作助手FlashMessenger用法详解 本文实例讲述了ZendFramework动作助手FlashMessenger用法。分享给大家供大家参考,具体如下:FlashMessenger用来处理FlashMessenger会话;FlashMessenger是一个神奇的
标签: framework3.5怎么打开
本文链接地址:https://www.jiuchutong.com/biancheng/289881.html 转载请保留说明!上一篇:Zend Framework教程之视图组件Zend_View用法详解(zend framework手册)
下一篇:Zend Framework动作助手(Zend_Controller_Action_Helper)用法详解(framework启动)
友情链接: 武汉网站建设