示例#1
0
文件: view.php 项目: TheShockTop/dirp
 /**
  * render
  *
  * @see \dirp\view::_render
  * @param array $params
  * @return string
  */
 public function render(array $params = null)
 {
     if ($params) {
         parent::merge_params($params);
     }
     return static::_render($this->_path, parent::get_params());
 }