欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

CI添加公共函数 自定义函数 有大用

CodeIgniter 中公共函数不能追加,可以通过 helper 辅助函数实现。

创建 common_helper.php 文件,定义所需公共函数,存放至 application/helpers 目录中。

在 application/config/autoload.php 中配置 $autoload['helper'] = array('common'); 即可。


来自  http://blog.sina.com.cn/s/blog_6ec2ae9001014v1p.html

普通分类: