smarty
fetch与include区别是什么?fetch怎么不会解释smarty代码的?
[解决办法]
fetch() is a smarty method which defined to returns the template output, include() is a PHP method used for including other script in the current file. :)
发布时间: 2012-04-05 12:42:40 作者: rapoo
smarty
fetch与include区别是什么?fetch怎么不会解释smarty代码的?
[解决办法]
fetch() is a smarty method which defined to returns the template output, include() is a PHP method used for including other script in the current file. :)