Help for this page

Select Code to Download


  1. or download this
        # Default route
        $r->route('/:controller/:action/:id')
          ->to(controller => 'example', action => 'welcome', id => 1);