Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->IS_AUTH = true;
     $this->_conn = Connection::getInstance();
     $cfg = new Config();
     $this->filesettings = $cfg->getFileSettings();
 }