示例#1
0
 /**
  * Create and configure the view for controllers.
  *
  * @return void
  */
 protected function configureView()
 {
     $this->setView();
     $this->view->setController($this);
     $this->view->assign('controller', $this);
 }