コード例 #1
0
ファイル: DatabaseController.php プロジェクト: zywh/maplecity
 public function init()
 {
     parent::init();
     $this->_db = Yii::app()->db;
     $this->_bakupPath = WWWPATH . '/data/dbbak/';
 }