手机在线观看黄色,99在线国产,2018狠狠干,天天爱添天天爱添天天爱添,99爱免费视频,国产亚洲人成网站观看,精品福利在线观看

路由錯誤,請檢查控制器目錄下是否存在該控制器/動(dòng)作。

12.      spLaunch("router_prefilter");
13.      // 對將要訪(fǎng)問(wèn)的控制器類(lèi)進(jìn)行實(shí)例化
14.      $handle_controller spClass($__controllernull$GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
15.      // 調用控制器出錯將調用路由錯誤處理函數
16.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
17.          eval($GLOBALS['G_SP']["dispatcher_error"]);
18.          exit;
19.      }
20.      // 路由并執行用戶(hù)代碼
21.      $handle_controller->$__action();
22.      // 控制器程序運行完畢,進(jìn)行模板的自動(dòng)輸出
22.  'suffix' => '.html'// 生成地址的結尾符
23.  ),
24.  );
25. 
26.  require(SP_PATH."/SpeedPHP.php");
27.  spRun();