コード例 #1
0
ファイル: DAOImpl.php プロジェクト: Aasit/DISCOUNT--SRV-I
 public function __construct()
 {
     parent::__construct();
     $this->_uiConfig = $GLOBALS['app']->getConfiguration()->getRawConfiguration('ui');
     // Load the sql queries file
     parent::loadQueries(__DIR__ . DIRECTORY_SEPARATOR . self::QUERIES_FILE);
 }