예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Initializes the database connection.
  *
  * @throws \RuntimeException When the requested database driver is not installed.
  * @return void
  */
 public function connect()
 {
     $this->adapter->connect();
 }
 /**
  * Initializes the database connection.
  *
  * @throws \RuntimeException When the requested database driver is not installed.
  * @return TableMigrationInterface
  */
 public function connect()
 {
     $this->adapter->connect();
     return $this;
 }