Skip to content

Instantly share code, notes, and snippets.

@69mb
Created December 14, 2011 18:33
Show Gist options
  • Save 69mb/1477854 to your computer and use it in GitHub Desktop.
Save 69mb/1477854 to your computer and use it in GitHub Desktop.
<?php
/**
* Swiftriver Visualize Rivers Route
*/
Route::set('trend_river', 'river/trend(/<controller>(/<id>(/<action>)))',
array('id' => '\d+'))
->defaults(array(
'controller' => 'main',
'action' => 'index',
'directory' => 'trend'
));
?php>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment