Exemplo n.º 1
0
 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);
 }