예제 #1
0
 /**
  * Construct the class
  *
  * @param phpRack_Result
  * @return void
  * @see phpRack_Package::__construct()
  */
 public function __construct(phpRack_Result $result)
 {
     parent::__construct($result);
     $this->_pear = new phpRack_Adapters_Pear();
 }
예제 #2
0
파일: Mysql.php 프로젝트: tpc2/phprack
 /**
  * Construct the class
  *
  * @param phpRack_Result
  * @return void
  * @see phpRack_Package::__construct()
  */
 public function __construct(phpRack_Result $result)
 {
     parent::__construct($result);
     $this->_adapter = new phpRack_Adapters_Db_Mysql();
 }