Guest User

Untitled

a guest
Feb 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. $router->addRoute(
  2.             'news',
  3.         new Zend_Controller_Router_Route_Regex('page/:pageId/:articleId',
  4.                 array(
  5.             'controller'=>'news',
  6.             'action'=>'neighbour'),
  7.             'pageId'=>'0',
  8.             'articleId'=>'0'
  9.                 )
  10.         );
Add Comment
Please, Sign In to add comment