Changeset 3123

Show
Ignore:
Timestamp:
07/16/2008 09:20:52 AM (5 months ago)
Author:
Shadowhand
Message:

Added Router::$routed_uri to complement Router::$current_uri

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Router.php

    r3119 r3123  
    1717        public static $query_string = ''; 
    1818        public static $complete_uri = ''; 
     19        public static $routed_uri   = ''; 
    1920        public static $url_suffix   = ''; 
    2021 
     
    8384                        self::$rsegments = self::routed_uri(self::$current_uri); 
    8485                } 
     86 
     87                // The routed URI is now complete 
     88                self::$routed_uri = self::$rsegments; 
    8589 
    8690                // Routed segments will never be empty