ホームページ  >  記事  >  バックエンド開発  >  smarty解决方法

smarty解决方法

WBOY
WBOYオリジナル
2016-06-13 10:12:17717ブラウズ

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. :)

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。