public function __destruct()
 {
     parent::__destruct();
     unset($this->session, $this->lang, $this->design, $this->dateTime, $this->view);
 }
 public function __destruct()
 {
     parent::__destruct();
     unset($this->designModel, $this->sTplFile, $this->bLicense, $this->sTemplateDir, $this->sCompileDir, $this->sCompileDir2, $this->sCacheDir, $this->sCacheDir2, $this->sCode, $this->sTemplateDirFile, $this->sCompileDirFile, $this->sCacheDirFile, $this->sTplExt, $this->bCaching, $this->bHtmlCompressor, $this->bPhpCompressor, $this->mCacheExpire, $this->bXmlTags);
 }