Show
Ignore:
Timestamp:
10/22/2007 12:29:02 PM (14 months ago)
Author:
Shadowhand
Message:

Switching comments to Natural Docs. If you have ND installed, you can run makedocs.sh to generate a /user_guide/ directory.

Files:
1 modified

Legend:

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

    r842 r866  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    2 /** 
    3  * Route Configuration 
    4  * ----------------------------------------------------------------------------- 
    5  * Supported shortcuts are: 
     2/* 
     3 * File: Routes 
    64 * 
    7  *   :any - matches any non-blank string 
    8  *   :num - matches any number 
     5 * Supported Shortcuts: 
     6 *  :any - matches any non-blank string 
     7 *  :num - matches any number 
    98 * 
    10  * User Guide: http://kohanaphp.com/user_guide/en/libraries/database.html 
    11  * 
    12  * @param string   _allowed   Permitted URI characters 
    13  * @param string   _default   Default route when no URI segments are found 
     9 * Options: 
     10 *  _allowed - Permitted URI characters 
     11 *  _default - Default route when no URI segments are found 
    1412 */ 
    1513$config = array