Skip to content

Instantly share code, notes, and snippets.

@wwwjsw
Created July 24, 2017 19:19
Show Gist options
  • Select an option

  • Save wwwjsw/8d572bbfe6621bf0c0e6c184f9165e49 to your computer and use it in GitHub Desktop.

Select an option

Save wwwjsw/8d572bbfe6621bf0c0e6c184f9165e49 to your computer and use it in GitHub Desktop.
Any parameter can be pass to index controller
<?php
$route['(:any)'] = 'home/index/$1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment