Beispiel #1
0
 public function __construct($file, $php_self, $request_uri)
 {
     global $config;
     ##
     self::$instance =& $this;
     $this->name = $config['name'];
     $this->file = $file;
     $this->request = Liberty::request_parse($request_uri, $php_self, $config['default']['controller'], $config['default']['action']);
 }