コード例 #1
0
ファイル: Base.php プロジェクト: beenlee/framework
 public function getDb()
 {
     // return $this -> getApp() -> getDb();
     return Storage::getDao();
 }