Esempio n. 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();
 }
Esempio n. 2
0
 /**
  * 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();
 }