Пример #1
0
 public function loadHome()
 {
     $this->layout = 'layout/home';
     $this->setupLayout();
     $this->layout->content = PageView::run($this->data, 'homeView');
     return $this->layout;
 }