ci codeigniter 查询 获取 一条数据 db select get row_array()

    function get_one($where = array(),$select=‘*‘){
        $this->db->select($select);
        if($where){
            $this->db->where($where);
        }
        $this->db->limit(1);
        $query = $this->db->get(‘ych_sendreward‘);
        return $query->row_array();
    }

 

文章来自:http://www.cnblogs.com/shaoing/p/5545205.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3