如题,
网上搜了下没有说如何查看版本号信息
请熟悉的朋友说说
谢谢。。。
------解决方案--------------------
不知道 smarty 是否提供了取得版本信息的函数
但在 smarty.class.php 30行左右存在有 version ....
------解决方案--------------------
php codeclass smarty extends smarty_internal_data { /** * constant definitions */ // smarty version const smarty_version = 'smarty-3.0.7'; //define variable scopes const scope_local = 0;
