Example #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);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     // Load the sql queries file
     // parent::loadQueries(__DIR__.DIRECTORY_SEPARATOR.self::QUERIES_FILE);
 }