Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->__articles = Register::table("Onmeda.Articles", $this->credentials);
     $this->__mongoSourceClient = new Mongo();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }