Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 6th, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         $router[] = new Route('index.php', 'Front:Homepage:default', Route::ONE_WAY);
  2.  
  3.         $router[] = new Route('admin/<presenter>/<action>[/<id>]', array('module'=>'Admin','presenter'=>'Homepage','action'=>'default'));
  4.         $router[] = new Route('<presenter>/<action>[/<id>]', array('module'=>'Front', 'presenter'=>'Homepage','action'=>'default'));