Ejemplo n.º 1
0
 public function getPostsCountByTag($idTag)
 {
     $obj = new PostModel();
     return $obj->getPostsCountByTag($idTag);
 }