Пример #1
0
 /**
  * getObject gets the connection object by calling method getDBObject
  * @param Array $database containing the connection data
  * <p> This function is use to get the connection object to create connection with database</p>
  * @return void
  */
 public function getObject($database)
 {
     //error_log("test________DBOP".$database);
     $this->connection = DbConn::getDBObject($database);
 }