Example #1
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax = NULL;
     parent::__destruct();
 }
Example #2
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax;
     $this->pages = NULL;
     $this->langs = NULL;
     $this->groupId = NULL;
     parent::__destruct();
 }
Example #3
0
 public function __destruct()
 {
     if (!$this->isAjax) {
         $this->display();
     }
     $this->isAjax = NULL;
     $this->menumodel = NULL;
     $this->menuitemmodel = NULL;
     $this->pages = NULL;
     $this->langs = NULL;
     parent::__destruct();
 }
Example #4
0
 public function init()
 {
     parent::init();
     $this->isAjax = FALSE;
     $this->ElF_path = ROOT_DIR . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'utilities' . DIRECTORY_SEPARATOR . 'ElFinder' . DIRECTORY_SEPARATOR;
 }
Example #5
0
 public function init()
 {
     if ($this->_request->action != 'logout') {
         parent::init();
     }
 }
Example #6
0
 public function init()
 {
     parent::init();
     $this->mailer = new Mailer();
     $this->tplVars['header']['actions']['names'] = array(array('name' => 'list', 'menu_name' => 'Mailers'), array('name' => 'archive', 'menu_name' => 'E-mail Archive'));
 }
 public function __destruct()
 {
     $this->display();
     parent::__destruct();
 }
Example #8
0
 public function init()
 {
     parent::init();
 }
Example #9
0
 public function init()
 {
     parent::init();
     $this->users = new UsersHandler();
     $this->tplVars['header']['actions']['names'] = array(array('name' => 'list', 'menu_name' => 'Users list'));
 }
Example #10
0
 public function __destruct()
 {
     $this->display();
     $this->greenList = NULL;
     parent::__destruct();
 }