Welcome to Paster, Anonymous Friend!
Added by anonymous on 2008-09-21 23:27:21 Download/View
  1. $config['default'] = array
  2. (
  3.         // Default routing
  4.         ':url',
  5.         // Defaults for route keys
  6.         'controller' => 'loader',
  7.         'method' => 'index',
  8.         'regex'      => array('url' => '.*'),
  9. );
  10.