db = $db; } function Fetch() { $sql = "SELECT * FROM ".$this->tbl_source.""; $rs = $this->db->query($sql); return $rs->fetchAll(); } }