CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 求助一语句
arthurwu
发表于 2011-8-23 14:17:32
求助一语句
本帖最后由 arthurwu 于 2011-8-23 14:41 编辑
$this->update('insert', $this->db->insert_id());
这是个什么用法,返回什么呢
zhouli520
发表于 2011-8-23 14:21:25
调用update方法,传入了2个参数
返回什么我怎么知道,update怎么写的,有return的话就返回你写的什么东西咯:lol
arthurwu
发表于 2011-8-23 14:40:21
是我自己弄错了 :lol
页:
[1]
查看完整版本:
求助一语句