[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/web_app/settings/ -> routes.conf.php (source)

   1  <?php
   2  $conf = array(
   3  
   4  'MainPage' =>
   5    array('path' => '/',
   6          'defaults' => array('controller' => 'main_page',
   7                              'action' => 'display')),
   8  
   9  'ControllerActionId' =>
  10    array('path' => '/:controller/:action/:id',
  11          'defaults' => array('action' => 'display')),
  12  
  13  'ControllerAction' =>
  14    array('path' => '/:controller/:action',
  15          'defaults' => array('action' => 'display')),
  16  
  17  'Controller' =>
  18    array('path' => '/:controller'),
  19  
  20  );
  21  ?>


Generated: Fri Aug 29 04:49:26 2008 Cross-referenced by PHPXref 0.7