想增長Services層,沒調試成功...調試
使用modules分組功能,訪問老是出現5xx錯誤.路由
解決辦法:在配置文件中增長io
;順序很重要
routes.regex.type="regex"
routes.regex.match="#^/list/([^/]*)/([^/]*)#"
routes.regex.route.controller=Index
routes.regex.route.action=actio
routes.regex.map.1=name
routes.regex.map.2=value
;添加一個名爲simple的路由協議
routes.simple.type="simple"
routes.simple.controller=c
routes.simple.module=m
routes.simple.action=a
;添加一個名爲supervar的路由協議
routes.supervar.type="supervar"
routes.supervar.varname=r
暫時解決問題了,原理之後再說module