Exemplo n.º 1
0
 public function executeAutocomplete()
 {
     $tag = $this->getRequestParameter('tags');
     $this->tags = TagPeer::getTagsByName($tag);
 }