Exemplo n.º 1
0
 public function __construct()
 {
     $this->init();
     $this->db = DB::get();
 }
Exemplo n.º 2
0
 public function init($gw)
 {
     $this->gateway = $gw;
     $this->db = DB::get();
 }