예제 #1
0
 public function startup()
 {
     parent::startup();
     $this->news = $this->newsModel->getAllNews($where = array('active' => 'yes'));
 }
예제 #2
0
 protected function startup()
 {
     $this->user = NEnvironment::getUser();
     $this->template->logged = $this->user->isLoggedIn();
     parent::startup();
 }
예제 #3
0
 protected function startup()
 {
     parent::startup();
 }