CodeIgniter集成smarty的方法详解
网络编程 2021-07-05 09:10www.168986.cn编程入门
这篇文章主要介绍了CodeIgniter集成smarty的方法,结合实例形式详细分析了CodeIgniter集成Smarty的具体步骤与相关注意事项,需要的朋友可以参考下
本文实例讲述了CodeIgniter集成smarty的方法。分享给大家供大家参考,具体步骤如下
1.下载smarty
解压到ci的libraries目录 如
ci/application/libraries/Smarty-2.6.20
2.编写Mysmarty.php 自己的类库文件
代码如下
<?php if (!defined('BASEPATH')) exit('No direct script aess allowed'); require "Smarty-2.6.20/libs/Smarty.class.php"; / @file system/application/libraries/Mysmarty.php / class Mysmarty extends Smarty { function Mysmarty() { $this->Smarty(); $config =& get_config(); // absolute path prevents "template not found" errors $this->template_dir = (!empty($config['smarty_template_dir']) ? $config['smarty_template_dir'] : BASEPATH . 'application/views/'); $this->pile_dir = (!empty($config['smarty_pile_dir']) ? $config['smarty_pile_dir'] : BASEPATH . 'cache/'); //use CI's cache folder if (function_exists('site_url')) { // URL helper required $this->assign("site_url", site_url()); // so we can get the full path to CI easily } } / @param $resource_name string @param $params array holds params that will be passed to the template @desc loads the template / function view($resource_name, $params = array()) { if (strpos($resource_name, '.') === false) { $resource_name .= '.html'; } if (is_array($params) && count($params)) { foreach ($params as $key => $value) { $this->assign($key, $value); } } // check if the template file exists. if (!is_file($this->template_dir . $resource_name)) { show_error("template: [$resource_name] cannot be found."); } return parent::display($resource_name); } } // END class smarty_library ?>
3.在autoload.php让ci自动加载smarty
$autoload['libraries'] = array('database', 'mysmarty');
或者 使用模板时再自己加载smarty
$this->load->library("mysmarty");
4.smarty变量赋值 display模板
$this->mysmarty->assign('test', 'Hello World.'); $this->mysmarty->view('smarty');
注images css 等外部资源文件 放在ci系统文件夹外 网站根目录下
最好用
$this->load->helper('url');
base_url()来访问
base_url()."images/xxx.jpg"
不要放到system里
补充长沙网络推广在这里推荐一款本站的php格式化美化的排版工具帮助大家在以后的PHP程序设计中进行代码排版
php代码在线格式化美化工具
,由于php属于C语言风格,狼蚁网站SEO优化这款工具同样可以实现php代码的格式化
C语言风格/HTML/CSS/json代码格式化美化工具
更多关于CodeIgniter相关内容感兴趣的读者可查看本站专题《》、《》、《》、《》、《》、《》、《》、《》及《》
希望本文所述对大家基于CodeIgniter框架的PHP程序设计有所帮助。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程