示例#1
0
文件: view.php 项目: pnixx/boot
 /**
  * Стартуем
  * @throws Exception
  * @return string
  */
 public function run()
 {
     return $this->_render(Boot_Controller::getViewName(), (array) Boot_Controller::getInstance()->view);
 }
示例#2
0
文件: controller.php 项目: pnixx/boot
 /**
  * @static
  * @return null
  */
 public function getViewName()
 {
     return Boot_Controller::getViewName();
 }