array(
'articles'=>'article/list',
'article/<id:\d+>/*'=>'article/read',
)
But, ... php is variant. We do not care about type of var. We just need to know var name.
array(
'articles'=>'article/list',
'article/<id>/*'=>'article/read',
)

Help
This topic is locked

















