Exemplo n.º 1
0
 public function executeList()
 {
     $this->queries = QueryPeer::getPopularTags(100);
 }
Exemplo n.º 2
0
 public function executeCloud()
 {
     $this->queries = QueryPeer::getPopularTags();
 }