Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. Route::set('default', '<id>/<controller>(/<action>)')
  3. ->defaults(array(
  4. 'controller' => 'stream',
  5. 'action' => 'index',
  6. 'id' => '1',
  7. ));
Add Comment
Please, Sign In to add comment