$this->db->select('*');
$this->db->limit(5);
$this->db->from("table_name");