C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

smarty安装


define(ROOT, dirname(__FILE__).DIRECTORY_SEPARATOR); include ROOT."libs/Smarty.class.php"; $tpl=new Smarty; $tpl->template_dir=ROOT."tpl/"; //模板文件 $tpl->compile_dir=ROOT."com"; //生成编译后的文件 $tpl->config_dir=ROOT."configs"; //配置文件 $tpl->left_delimiter="<{"; //左定界符 $tpl->right_delimiter="}>";//右定界符 $tpl->debugging = true;//开启调试 $tpl->error_reporting = E_ALL;//模板中错误报告级别 $tpl->assign('var', 'var'); //$var $tpl->display('tpl_name.tpl');

 

posted on 2013-01-10 11:29  思齐_  阅读(186)  评论(0编辑  收藏  举报