public function executeAutocomplete() { $tag = $this->getRequestParameter('tags'); $this->tags = TagPeer::getTagsByName($tag); }