Example #1
0
 /**
  * Gets a Master database adapter from the pool.
  *
  * @param  none
  * @return $id	database server id
  */
 public function getMasterAdapter()
 {
     $this->_db = CrFramework_Db_Control::getMasterAdapter();
     $this->setDefaultAdapter($this->_db);
     return $this->_db;
 }