コード例 #1
0
 protected function renderFramework($params, $tpl)
 {
     $content = $this->view->fetch($params, $tpl);
     $file = __DIR__ . '/template/backend.php';
     parent::renderFramework(array('backendContent' => $content), $file);
 }