Ejemplo n.º 1
0
 public function getPostsByTag($idTag, $inicio = 0, $qtde = 5)
 {
     $obj = new PostModel();
     return $obj->getPostsByTag($idTag, $inicio, $qtde);
 }