smarty 怎么查看版本信息?

WBOY
Release: 2016-06-13 13:33:12
Original
1213 people have browsed it

smarty 如何查看版本信息??
如题,
网上搜了下没有说如何查看版本号信息

请熟悉的朋友说说
谢谢。。。

------解决方案--------------------
不知道 Smarty 是否提供了取得版本信息的函数
但在 Smarty.class.php 30行左右存在有 version ....


------解决方案--------------------

PHP code

class Smarty extends Smarty_Internal_Data {
    /**
    * constant definitions
    */
    // smarty version
    const SMARTY_VERSION = 'Smarty-3.0.7'; 
      //define variable scopes
    const SCOPE_LOCAL = 0; <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
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!