Changeset 866 for trunk/system/config/routes.php
- Timestamp:
- 10/22/2007 12:29:02 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/routes.php
r842 r866 1 1 <?php defined('SYSPATH') or die('No direct access allowed.'); 2 /** 3 * Route Configuration 4 * ----------------------------------------------------------------------------- 5 * Supported shortcuts are: 2 /* 3 * File: Routes 6 4 * 7 * :any - matches any non-blank string 8 * :num - matches any number 5 * Supported Shortcuts: 6 * :any - matches any non-blank string 7 * :num - matches any number 9 8 * 10 * User Guide: http://kohanaphp.com/user_guide/en/libraries/database.html 11 * 12 * @param string _allowed Permitted URI characters 13 * @param string _default Default route when no URI segments are found 9 * Options: 10 * _allowed - Permitted URI characters 11 * _default - Default route when no URI segments are found 14 12 */ 15 13 $config = array
