コード例 #1
0
 /**
  * Override the parent run() method to open the connection.
  *
  * @return  void
  */
 public function run()
 {
     $this->connect();
     return parent::run();
 }