Esempio n. 1
0
 function actionIndex()
 {
     //获取模板对象
     $tpl = E_FW::get_view();
     echo $tpl->fetch('index.html');
 }