CapMousse / Jet

A light php framework
7 stars 0 forks source link

Change routing method #4

Closed CapMousse closed 13 years ago

CapMousse commented 13 years ago

Add the possibility to name option of route like: '/article/[id]:num/:any/' => array('controller' => 'blog', 'action' => 'singleArticle')

Wich call the singleArticle method with $id argument