文章 | 文章列表>> |
2008-05-04 16:08:38
index.php
<?php
require("smarty/Smarty.class.php");
$tpl = new Smarty();
$tpl->template_dir = "./templates"; //模板目录
$tpl->compile = "./templates_c"; //编译目录
$tpl->left_delimiter = "<{"; // 左右边界符
$tpl->right_delimiter = "}>";
$tpl->assign('contents',array('555-222-9786','636826@163.com',array('555-444-333','666-123-777')));
$tpl->display('index.tpl');
?>
index.tp..
<?php
require("smarty/Smarty.class.php");
$tpl = new Smarty();
$tpl->template_dir = "./templates"; //模板目录
$tpl->compile = "./templates_c"; //编译目录
$tpl->left_delimiter = "<{"; // 左右边界符
$tpl->right_delimiter = "}>";
$tpl->assign('contents',array('555-222-9786','636826@163.com',array('555-444-333','666-123-777')));
$tpl->display('index.tpl');
?>
index.tp..
2008-05-03 20:44:20


636826 的BLOG
博客统计信息
最新评论
友情链接
文章
51CTO推荐博文
公告
热门文章
51CTO推荐博客