Example #1
0
 /**
  * Get all results
  *
  * @return array Collection
  **/
 public function get()
 {
     $sql = $this->sql();
     return $this->db->select($sql);
 }