Esempio n. 1
0
 /**
  * 初始化视图
  */
 private function _initView()
 {
     if (!$this->view) {
         $this->view = M3d::instance('View');
     }
     //        if ($this->tVar) {
     $this->view->assign('tplData', $this->tVar);
     //        }
 }