Пример #1
0
 public function initialize()
 {
     $this->view->setVars(['tab' => $this->currentOrder, 'tags' => Tags::find(), 'hotPosts' => Posts::getHotPosts(5), 'totalPost' => Posts::totalPost(), 'highestKarma' => Users::highestKarma(), 'totalReply' => PostsReply::totalReply()]);
     if (isset($this->config->perPage)) {
         $this->perPage = $this->config->perPage;
     }
 }