Beispiel #1
0
 public function __destruct()
 {
     //         echo "<pre>";
     //         print_r($this->content);
     //         echo "</pre>";
     die;
     echo View::RenderLayout($this->router, $this->layout, $this->content);
 }
Beispiel #2
0
 public function __destruct()
 {
     echo View::RenderLayout($this->router, $this->layout, $this->content);
 }