Ejemplo n.º 1
0
 public function getPosttags()
 {
     $res = Posttag::getByTagid($this->id);
     return $res;
 }