Example #1
0
 public function connect()
 {
     if ($this->_conn) {
         return $this->_conn;
     }
     return $this->_conn = \mongo\Connection::connect();
 }
Example #2
0
 protected function model()
 {
     return \mongo\Connection::connect();
 }