$sonuc = $this->db->select('*')->from('post')->order_by("id", "desc")->limit(3)->get()->result_array();