Exemplo n.º 1
0
 /**
  * Load a view, but override the renderer to smarty
  *
  * @param string $p_tplFile The view filename. File extensions are optional.
  * @param array $p_tplParams Optional parameters to the view file.
  * @return void
  *
  */
 protected function loadSmarty($p_tplFile, $p_tplParams = array())
 {
     $this->_view->loadsmarty($p_tplFile, $p_tplParams);
 }