Bitte helfen Sie.
Unten ist mein Modell
Code: Select all
public function get_content(){
$this->db->select('*');
$this->db->from('content');
$this->db->order_by('content_id', 'ASC');
$this->db->group_by('content_id');
$query = $this->db->get();
return $query->result();
}
Mobile version