示例#1
0
文件: Index.php 项目: eason007/e-fw
 function actionIndex()
 {
     //获取模板对象
     $tpl = E_FW::get_view();
     echo $tpl->fetch('index.html');
 }