Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $options = array('params' => array('firstname'=>'bob'));
- dispatch('/hello/:firstname', 'hello', $options);
- function hello($firstname) # default parameters first
- {
- return "Hello $firstname";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement