Example #1
0
 public function frontend()
 {
     $this->common();
     $this->response->merge($this->config->template_frontend);
     $this->router->map = $this->config->router_frontend;
     $this->dispatch();
     $this->response->process();
     die;
 }