ecshop里的这种写法是否是给smarty预留的

WBOY
Release: 2016-06-23 13:32:41
Original
971 people have browsed it

if ((DEBUG_MODE & 2) != 2)
{
    $smarty->caching = true;
}

其中我找了一下$smarty这个实例没有,所以推测它是准备给smarty预留的,不知是否是这样


回复讨论(解决方案)

这个是避免调试的时候smarty有缓存,我不知道你说的预留是什么意思

这个是避免调试的时候smarty有缓存,我不知道你说的预留是什么意思


我的意思这个  $smarty->caching中的红色部分是实例化的对象,可是我在框架中没有找到,所以推测这个$smarty没有实例,这是为什么


这个是避免调试的时候smarty有缓存,我不知道你说的预留是什么意思


我的意思这个  $smarty->caching中的红色部分是实例化的对象,可是我在框架中没有找到,所以推测这个$smarty没有实例,这是为什么
肯定实例化了,你从入口文件看起
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!