PHPonTraxTest
[ class tree: PHPonTraxTest ] [ index: PHPonTraxTest ] [ all elements ]

Source for file routes.php

Documentation is available at routes.php

  1. <?php
  2. /**
  3. * Test routes table
  4. *
  5. * @package PHPonTraxTest
  6. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  7. * @copyright (c) Walter O. Haas 2006
  8. * @version $Id$
  9. * @author Walt Haas <haas@xmission.com>
  10. */
  11. $router->connect( "products/:id",
  12. array(":controller" => "catalog",
  13. ":action" => "view") );
  14. $router->connect( ":controller/:action/:id" );
  15.  
  16. // -- set Emacs parameters --
  17. // Local variables:
  18. // tab-width: 4
  19. // c-basic-offset: 4
  20. // c-hanging-comment-ender-p: nil
  21. // indent-tabs-mode: nil
  22. // End:
  23. ?>

Documentation generated on Thu, 04 May 2006 19:47:53 -0600 by phpDocumentor 1.3.0RC4