protected function create() { parent::create(); $this->cache = false; $this->data['subject'] = ''; $this->data['errmesg'] = ''; $this->data['success'] = ''; }
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'] = ''; }
protected function create() { parent::create(); $this->cache = false; }