keesschepers

route

Jun 1st, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $route = new Zend_Controller_Router_Regex('^(.*)\/aanmelden$',
  2.     array('controller' => 'subscribe', 'action' => 'index'),
  3.     array(
  4.       1 => 'idkdv'
  5.     ),
  6.     '%s/aanmelden'
  7. );
Advertisement
Add Comment
Please, Sign In to add comment