示例#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();
 }