Show
Ignore:
Timestamp:
03/02/06 17:20:34 (6 years ago)
Author:
haas
Message:

Finish Router class doc, regression test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/config/routes.php

    r138 r161  
    11<?php                        
    22/** 
     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 * 
    310 *  Add your own custom routes here. 
    411 *  The priority is based upon order of creation: first created ->