如何查看 Codeigniter 版本号?

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/henryhu712/article/details/83540305

在系统文件:system/core/CodeIgniter.php

define('CI_VERSION', '2.1.3');

猜你喜欢

转载自blog.csdn.net/henryhu712/article/details/83540305