public function __construct()
 {
     parent::__construct();
     $this->session = new Session();
     $this->design = new Design();
     $this->dateTime = new CDateTime();
     $this->view = new PH7Tpl();
 }
 public function __construct()
 {
     parent::__construct();
     $this->_oHttpRequest = new Http();
     $this->_oFile = new F\File();
     $this->_oConfig = Config::getInstance();
     $this->_sHtml = '';
     // Default HTML contents
     $this->_sVerNumber = '...';
     // Default value of the version number upgrade
     $this->_prepare();
     // Preparation and verification for software upgrade
 }
 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);
 }