Changeset 7031
- Timestamp:
- 11/22/08 01:54:39 (7 weeks ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
dispatcher.php (modified) (1 diff)
-
library/context.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dispatcher.php
r7028 r7031 25 25 require_once(ROOT.'/library/loader.php'); 26 26 $config = Config::getInstance(); 27 require_once(ROOT.'/library/environment/Needlworks.PHP.Core.php');28 27 29 28 /** Parse and normalize URI. */ -
trunk/library/context.php
r7029 r7031 16 16 17 17 protected function __construct() { 18 self::__URIInterpreter(); 19 // self::__URIParser(); 20 // self::__GValParser(); 18 $this->__URIInterpreter(); 21 19 } 22 20 public function URIParser() { self::__URIParser();}
