예제 #1
0
파일: db.php 프로젝트: farukuzun/core-1
 /**
  * Establishes the connection with the database.
  *
  * @return bool
  */
 public function connect()
 {
     return $this->connection->connect();
 }