示例#1
0
 public function init()
 {
     parent::init();
     $this->_db = Yii::app()->db;
     $this->_bakupPath = WWWPATH . '/data/dbbak/';
 }