예제 #1
0
파일: Base.php 프로젝트: beenlee/framework
 public function getDb()
 {
     // return $this -> getApp() -> getDb();
     return Storage::getDao();
 }