예제 #1
0
파일: Application.php 프로젝트: Rgss/imp
 /**
  * 应用入口文件路径
  * 
  * @return string
  */
 public function webPath()
 {
     return dirname(Request::getScriptFileName());
 }