Ejemplo n.º 1
0
 public function run()
 {
     $this->registerClientAssets();
     $helper = new \plathir\smartblog\helpers\PostHelper();
     $posts = PostHelper::getMostVisitedPosts($this->posts_num);
     return $this->render('most_visited_posts_widget', ['posts' => $posts, 'widget' => $this]);
 }