\tickyroute

Summary

Methods
Properties
Constants
dispatch()
route_m()
route_c()
route_a()
url()
$config
$handler
No constants found
No protected methods found
No protected properties found
N/A
safe_deal()
getconfig()
set_pathinfo()
pathinfo_url()
mapping()
load_model_resources()
No private properties found
N/A

Properties

$config

$config : 

Type

$handler

$handler : 

Type

Methods

dispatch()

dispatch() 

路由分发

route_m()

route_m() 

获取模型

route_c()

route_c() 

获取控制器

route_a()

route_a() 

获取事件

url()

url(string  $url = '', string|array  $vars = '', boolean  $domain = false) : string

URL组装 支持不同URL模式

Parameters

string $url

URL表达式,格式:'[模块/控制器/操作]'

string|array $vars

传入的参数,支持字符串和数组

boolean $domain

是否显示域名

Returns

string

safe_deal()

safe_deal(  $str) 

安全处理函数 处理m,a,c

Parameters

$str

getconfig()

getconfig() 

set_pathinfo()

set_pathinfo() 

设置PATHINFO

pathinfo_url()

pathinfo_url() 

解析PATH_INFO模式

mapping()

mapping(  $rules) 

路由映射

Parameters

$rules

load_model_resources()

load_model_resources()