예제 #1
0
 public function executeCloud()
 {
     $this->tags = ReportTagPeer::getPopularTags();
 }
예제 #2
0
 public function executeList()
 {
     $this->tags = ReportTagPeer::getPopularTags(100);
 }