php smarty前后台模板路径的配置问题

我是新手,对smarty还是不怎么熟悉,我现在想把模板文件夹分为两个,前后台的,那在配置的时候是应该怎么配置呢,$smarty=newsmarty;$smarty->te... 我是新手,对smarty还是不怎么熟悉,我现在想把模板文件夹分为两个,前后台的,那在配置的时候是应该怎么配置呢,
$smarty=new smarty;
$smarty->template_dir=base_path.smarty_path."templates/";
$smarty->compile_dir=base_path.smarty_path."templates_c/";
$smarty->config_dir=base_path.smarty_path."configs/";
$smarty->cache_dir=base_path.smarty_path."cache/";
//定义定界符
$smarty->left_delimiter='<{';
$smarty->right_delimiter="}>";
这里该怎么写?
难道一定要写两套吗?
展开
 我来答
謇籁风米琪
2019-06-01 · TA获得超过3689个赞
知道大有可为答主
回答量:3081
采纳率:31%
帮助的人:155万
展开全部
$smarty=new
smarty;
$smarty->template_dir=base_path.smarty_path."templates/";
$smarty->颂旅compile_dir=base_path.smarty_path."templates_c/";
$smarty->config_dir=base_path.smarty_path."configs/";
$smarty->cache_dir=base_path.smarty_path."cache/";
//定义定界符
$smarty->left_delimiter='<{';
$smarty->right_delimiter="}>";
$smarty2
=
new
smarty;
$smarty->template_dir=front_path.smarty_path."templates/";
$smarty->compile_dir=front_path.smarty_path."templates_c/";
$smarty->config_dir=front_path.smarty_path."configs/";
$smarty->cache_dir=front_path.smarty_path."cache/";
//定义定界符
$smarty->left_delimiter='<{';
$smarty->right_delimiter="}>";
不一定源扮几套,
你想野裂凳弄几套都行,你只要为你实例化的smarty对象做相应的设置就行啦。
ctmaster
推荐于2016-02-02 · TA获得超过454个赞
知道小有建树答主
回答量:449
采纳率:0%
帮助的人:437万
展开全部
$smarty=new smarty;
$smarty->template_dir=base_path.smarty_path."templates/";
$smarty->compile_dir=base_path.smarty_path."templates_c/";
$smarty->config_dir=base_path.smarty_path."configs/";
$smarty->cache_dir=base_path.smarty_path."cache/";
//定义定界符
$smarty->left_delimiter='<{';
$smarty->right_delimiter="}>";

$smarty2 = new smarty;
$smarty->template_dir=front_path.smarty_path."templates/";
$smarty->compile_dir=front_path.smarty_path."templates_c/";
$smarty->config_dir=front_path.smarty_path."configs/";
$smarty->cache_dir=front_path.smarty_path."早汪游cache/";
//定义定界符
$smarty->left_delimiter='<{';
$smarty->right_delimiter="}>";

不一定几套, 你想弄几套都行,你只要为你实例陵郑化陆销的smarty对象做相应的设置就行啦。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式