Пример #1
0
 final function Content()
 {
     $this->_validate();
     if ($this->_valid) {
         ContextManager::$Model = $this->model;
         //view bag the sub-page
         if ($this->subAction != null) {
             $this->ViewBag("SubAction", $this->subAction);
         }
         include_once $this->viewFile;
     }
 }