Esempio n. 1
0
 public function loadTemplate()
 {
     throw new Ajde_Core_Exception_Deprecated();
     $view = Ajde_View::fromController($this);
     return $view->getContents();
 }