Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->design_page_name = '';
     $this->add_event(PAGE_INIT, 'check_login');
     $this->add_event(PAGE_INIT, 'on_init');
     $this->add_event(PAGE_PRE_RENDER, 'on_pre_render');
 }
 function __construct()
 {
     parent::__construct();
     $this->add_event(PAGE_INIT, 's_ajax_page_on_init');
 }