0512xiaohacker 发表于 2011-6-2 10:13:10

请教如何在model中使用config.php中定义的变量

昨天开始学习CI的。。。请教大侠们如何在model中使用config.php中定义的变量:Q

jeongee 发表于 2011-6-2 10:24:00

本帖最后由 jeongee 于 2011-6-2 10:24 编辑

回复 0512xiaohacker 的帖子

using:   $this->config->item('your key');
Please read the Manual : http://codeigniter.org.cn/user_guide/libraries/config.html

0512xiaohacker 发表于 2011-6-2 17:03:23

谢谢老大:P
页: [1]
查看完整版本: 请教如何在model中使用config.php中定义的变量