Changeset 635 for trunk/app/config/routes.php
- Timestamp:
- 07/09/08 19:24:21 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/routes.php
r407 r635 9 9 * ...and connect the rest of 'blog' controller's urls. 10 10 */ 11 Router::connect('/blog/*', array('controller' => ' users', 'action' => 'blog'));11 Router::connect('/blog/*', array('controller' => 'entries', 'action' => 'display')); 12 12 /** 13 13 * Then we connect url '/test' to our test controller. This is helpfull in
