예제 #1
0
파일: Controller.php 프로젝트: nabble/ajde
 public function loadTemplate()
 {
     throw new Ajde_Core_Exception_Deprecated();
     $view = Ajde_View::fromController($this);
     return $view->getContents();
 }