CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 请问config_item和$this->config->item的区别
testweiwei
发表于 2011-12-1 17:57:24
请问config_item和$this->config->item的区别
请问config_item和$this->config->item的区别
iserich
发表于 2011-12-2 14:54:50
去读源代码就知道了啊。参数不一样。
config_item()只能一个参数
$this->config->item 可以两个。带index的
页:
[1]
查看完整版本:
请问config_item和$this->config->item的区别