Exemple #1
0
 /**
  * Sets up the default database connection
  *
  * @return this
  */
 public function setDatabase(array $info)
 {
     $this->_database = Eden_Mysql::i($info['host'], $info['name'], $info['user'], $info['pass']);
     return $this;
 }