Changeset 7031

Show
Ignore:
Timestamp:
11/22/08 01:54:39 (7 weeks ago)
Author:
inureyes
Message:

refs #777

  • 컨텍스트 로딩 부분의 흐름 개선
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/dispatcher.php

    r7028 r7031  
    2525require_once(ROOT.'/library/loader.php'); 
    2626$config = Config::getInstance(); 
    27 require_once(ROOT.'/library/environment/Needlworks.PHP.Core.php'); 
    2827 
    2928/** Parse and normalize URI. */ 
  • trunk/library/context.php

    r7029 r7031  
    1616 
    1717    protected function __construct() { 
    18         self::__URIInterpreter(); 
    19 //      self::__URIParser(); 
    20 //      self::__GValParser(); 
     18        $this->__URIInterpreter(); 
    2119    } 
    2220    public function URIParser() { self::__URIParser();}