'article/page/:page'=>'post/post', 'article/:id'=>'post/post_view', 'article'=>'post/post',it works.
Router::getif controller action
\Uri::createis there any function support router and controller url create.
'article/page/:page'=> array('post/post', 'name' => 'article_page'),
// will return "http://yoursite/article/page/16" $url = Router::get('article_page', array('page' => 16));
It looks like you're new here. If you want to get involved, click one of these buttons!