root/events/phpframework/akelos/trunk/config/routes.php
@
19909
| Revision 19909, 342 bytes (checked in by gen, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // You can find more about routes on /lib/AkRouters.php and /test/test_AkRouter.php |
| 4 | |
| 5 | $Map->connect('/', array('controller' => 'user', 'action' => 'home')); |
| 6 | $Map->connect('/:username', array('controller' => 'user', 'action' => 'home')); |
| 7 | $Map->connect('/:controller/:action/:id', array('controller' => 'page', 'action' => 'index')); |
| 8 | |
| 9 | ?> |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)