Changeset 3395
- Timestamp:
- 08/29/2008 12:12:41 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/classes/router.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/classes/router.php
r3394 r3395 70 70 $regex = Router::compile($route); 71 71 72 echo Kohana::debug($name, $regex);73 74 72 if (preg_match('#^'.$regex.'$#u', self::$current_uri, $matches)) 75 73 { … … 108 106 } 109 107 110 echo Kohana::debug($route, $regex);exit;111 112 108 // Set controller name 113 109 self::$controller = $route['controller'];
