Example #1
0
 /**
  * Список тегов
  * 
  * @return void
  */
 public function indexAction()
 {
     $this->view->assign("TagsCloud", $this->Tags->getTagsCloud());
 }
Example #2
0
 public function getData($widgetid)
 {
     $Tags = new Phorm_Tags();
     $Tags->setModule($this->_params["module"]);
     return $Tags->getTagsCloud($this->_options);
 }