Example #1
0
 public function __construct()
 {
     $connection = new Conn();
     $this->db = $connection->giveConnection();
 }