예제 #1
0
파일: Index.php 프로젝트: eason007/e-fw
 function actionIndex()
 {
     //获取模板对象
     $tpl = E_FW::get_view();
     echo $tpl->fetch('index.html');
 }