Esempio n. 1
0
 public function run()
 {
     $module = $_GET["act"];
     $action = $_GET["method"];
     // TODO: can do some filter here
     $dispatcher = new RequestDispatcher($this, $module, $action);
     $dispatcher->dispatch();
 }