用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3377|回复: 1
收起左侧

[讨论/交流] 模型model能不能传递构造函数参数?怎么传?

[复制链接]
发表于 2011-7-8 11:06:49 | 显示全部楼层 |阅读模式
例如 model
class Blogmodel extends CI_Model {

public function __construct($per){
}
}
在controllers 中调用 $this->load->model('blogmodel ');
但是不知怎么传递构造函数参数啊,手册里也没提到?请教各位大侠
发表于 2011-7-8 11:15:26 | 显示全部楼层
model不可以,你可以换种思路解决

本版积分规则