| 2 | | |
| 3 | | $config['_default'] = 'user_guide'; |
| | 2 | /** |
| | 3 | * Route Configuration |
| | 4 | * ----------------------------------------------------------------------------- |
| | 5 | * Routes can be defined as literal matches, regular expressions, and shortcuts. |
| | 6 | * The "_default" route is reserved for a blank URI string, eg: home page. |
| | 7 | * |
| | 8 | * Supported shortcuts are: |
| | 9 | * |
| | 10 | * :any - matches any non-blank string |
| | 11 | * :num - matches any number |
| | 12 | * |
| | 13 | * User Guide: http://kohanaphp.com/user_guide/en/libraries/database.html |
| | 14 | * |
| | 15 | */ |
| | 16 | $config = array |
| | 17 | ( |
| | 18 | '_default' => 'user_guide' |
| | 19 | ); |