public function tagged($tags = array()) { $taggings = TagPeer::getTaggings($tags, array('model' => 'sfSimpleBlogPost')); return $this->filterById($taggings['sfSimpleBlogPost']); }