By:Cain Blog:http://cain.336.cc 永久更新地址:http://sci.baiun.com 基于CodeIgniter编写 请多多支持我 $Id$->by :: 请解直接解压到 system\libraries 下, 使用:PHP复制代码 class Smarty extends Controller { function Smarty() { parent::Controller(); } function index() { $this->load->library("mysmarty");//引入的是文件名,不是类名 $this->mysmarty->assign("title","Smarty for CodeIgniter"); $this->mysmarty->display("index.tpl"); } }复制代码
查看全部评分
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页