public function init()
 {
     $this->article = new Article();
     $this->diseaseService = new DiseaseService();
     parent::init();
     $this->setLayout('article');
 }
 public function init()
 {
     parent::init();
     $this->setLayout("seek");
     $this->part = new Part();
     $this->seek = new Seek();
     $this->department = new Department();
 }
 public function init()
 {
     parent::init();
     $this->setLayout('checkbody');
     $this->setMeta();
     $this->symptom = new Symptom();
     $this->symptomContent = new SymptomContent();
     $this->relate = new Relate();
     $this->cacheHelper = new CacheHelper();
 }
 public function init()
 {
     parent::init();
     $this->setLayout('symptom');
     $this->symptom = new Symptom();
     $this->symptomContent = new SymptomContent();
     $this->relate = new Relate();
     $this->disease = new Disease();
     $this->department = new Department();
     $this->answer = new Answer();
     $this->article = new Article();
     $this->doctor = new Doctor();
     $this->cacheHelper = new CacheHelper();
 }
 public function init()
 {
     parent::init();
     $this->setLayout('disease');
 }
 public function init()
 {
     parent::init();
     $this->setLayout('index');
 }
 public function init()
 {
     parent::init();
     $this->disableLayout();
 }