예제 #1
0
파일: Model.php 프로젝트: benms/eShop
 /**
  * Get PDO object
  *
  * @return PDO|null
  */
 public static function getDb()
 {
     return DiContainer::build('db')->getConnection();
 }