[ Index ] |
|
Code source de PHPonTrax 2.6.6-svn |
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: routes.php 199 2006-05-05 01:52:43Z haas $ 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 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 20:04:38 2007 | par Balluche grâce à PHPXref 0.7 |