示例#1
0
 /**
  * Mengambil semua data record.
  *
  * @return array
  */
 public function all()
 {
     $this->db->get($this->table);
     return $this->db->results();
 }