예제 #1
0
파일: View.php 프로젝트: mamtou/wavephp
 /**
  * 获取默认的模板文件名
  * @return string
  *
  */
 private function getDefaultScript()
 {
     $classname = Wave::getClassName();
     $actionname = Wave::getActionName();
     return $classname . '/' . $actionname;
 }