Changeset 161 for trunk/trax/config/routes.php
- Timestamp:
- 03/02/06 17:20:34 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/config/routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/config/routes.php
r138 r161 1 1 <?php 2 2 /** 3 * Configuration file to define URL to action mapping 4 * 5 * This file contains one or more PHP statements that call 6 * {@link Router::connect() $router->connect()} to add routes to the 7 * route table stored in the {@link Router} object pointed to by 8 * $router. 9 * 3 10 * Add your own custom routes here. 4 11 * The priority is based upon order of creation: first created ->
