Example #1
0
 function __construct()
 {
     $this->columns['name']['label'] = __('Name', WYSIJA);
     $this->columns['description']['label'] = __('Description', WYSIJA);
     $this->columns['is_enabled']['label'] = __('Enabled', WYSIJA);
     $this->columns['ordering']['label'] = __('Ordering', WYSIJA);
     parent::__construct();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
 }
Example #3
0
 function __construct()
 {
     $this->defaults = array('email' => __('Email', WYSIJA), 'firstname' => __('First name', WYSIJA), 'lastname' => __('Last name', WYSIJA), 'ip' => __('IP address', WYSIJA), 'status' => __('Status', WYSIJA), 'created_at' => __('Subscription date', WYSIJA));
     parent::__construct();
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->table_prefix = '';
 }
Example #5
0
 function __construct()
 {
     $this->columns['status']['label'] = __('Status', WYSIJA);
     $this->columns['created_at']['label'] = __('Created on', WYSIJA);
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->clean_up_out_of_date_tables();
 }