caincheung 2008-4-29 18:31
Smarty类库For CodeIgniter
[quote]
By:Cain
Blog:[url=http://cain.336.cc/]http://cain.336.cc[/url]
永久更新地址:[url=http://sci.baiun.com]http://sci.baiun.com[/url] 基于CodeIgniter编写
请多多支持我
$Id$->by :: 请解直接解压到 system\libraries 下,
使用:[code=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");
}
}[/code]
[/quote]
[attach]159[/attach]
[[i] 本帖最后由 caincheung 于 2008-4-29 19:27 编辑 [/i]]
caincheung 2008-4-29 22:42
多谢Hex的支持,
中文技术支持站也刚刚建立了,同样,也是用CodeIgniter做的。。
[url]http://sci.baiun.com[/url]
Hex 2008-4-29 22:45
楼上,我用 FF 上不去你的站,访问后就跑到一个目录列表里去了~~
caincheung 2008-4-29 23:17
哦。。。那是转向域名。。。转到我的虚拟主机上。。呵呵。。
chouqiuqiu 2008-5-4 15:43
kohana已经有了 ,去svn里下载
lichaoying 2008-10-20 14:18
:lol :lol :lol