您好,我只想从我的数据库的一个结果中获取一列。所以我这样做
$this->db->select('myclolumn')->where('id',$id);
$query = $this->db->get('mytable');
$temp=$query->row_array();
$finalresult=$temp['mycolumn'];
也许有更简单或更快的方法来做同样的事情?
BIG阳
守着星空守着你
相关分类