protected function create()
 {
     parent::create();
     $this->cache = false;
     $this->data['subject'] = '';
     $this->data['errmesg'] = '';
     $this->data['success'] = '';
 }
Example #2
0
 protected function create()
 {
     parent::create();
     $this->cache = false;
     $this->type = 'midle';
     $this->data['values'] = array();
     $this->data['selectors'] = array();
     $this->data['leftview'] = 0;
     $this->data['rightview'] = 0;
     $this->colors = array();
     $this->colorsuploaded = false;
 }
 protected function create()
 {
     parent::create();
     $this->data['type'] = '';
 }
Example #4
0
 protected function create()
 {
     parent::create();
     $this->cache = false;
 }