public function executeList()
 {
     $this->getResponse()->setTitle('Gli argomenti discussi in Parlamento - ' . sfConfig::get('app_main_title'));
     // fetch teseo top_terms and add monitoring info
     $teseo_tts_with_counts = OppTeseottPeer::getAllWithCount();
     /*
     foreach ($teseo_tts_with_counts as $term_id => $term_data)
     {
       $teseo_tts_with_counts[$term_id]['n_monitored'] = OppTeseottPeer::countTagsUnderTermMonitoredByUser($term_id);
     }
     */
     $this->teseo_tts_with_counts = $teseo_tts_with_counts;
     $tag_count = TagPeer::getAllWithCount();
     $this->tag_count = $tag_count;
 }
$object3->save();
$object4 = _create_object();
$object4->addTag('tag3');
$object4->save();
$object5 = _create_object();
$object5->addTag('tag1,tag3,tag7');
$object5->save();
// getAll() test
$tags = TagPeer::getAll();
$result = array();
foreach ($tags as $tag) {
    $result[] = $tag->getName();
}
$t->ok($result == array('tag2', 'tag3', 'tag1', 'tag4', 'tag5', 'tag6', 'tag7', 'tag8'), 'all tags can be retrieved with getAll().');
// getAllWithCount() test
$tags = TagPeer::getAllWithCount();
$t->ok($tags == array('tag1' => 3, 'tag2' => 2, 'tag3' => 5, 'tag4' => 2, 'tag5' => 1, 'tag6' => 1, 'tag7' => 3, 'tag8' => 1), 'all tags can be retrieved with getAll().');
// getPopulars() test
$c = new Criteria();
$c->setLimit(3);
$tags = TagPeer::getPopulars($c);
$t->ok(array_keys($tags) == array('tag1', 'tag3', 'tag7'), 'most popular tags can be retrieved with getPopulars().');
$t->ok($tags['tag3'] >= $tags['tag1'], 'getPopulars() preserves tag importance.');
// getRelatedTags() test
$tags = TagPeer::getRelatedTags('tag8');
$t->ok(array_keys($tags) == array('tag2', 'tag3', 'tag7'), 'related tags can be retrieved with getRelatedTags().');
$c = new Criteria();
$tags = TagPeer::getRelatedTags('tag2', array('limit' => 1));
$t->ok(array_keys($tags) == array('tag3'), 'when a limit is set, only most popular related tags are returned by getRelatedTags().');
// getRelatedTags() test
$tags = TagPeer::getRelatedTags('tag7');
Esempio n. 3
0
 /**
  * Returns the most popular tags with their associated weight. See
  * sfPropelActAsTaggableToolkit::normalize for more details.
  *
  * The first optionnal parameter permits to add some restrictions on the
  * objects the selected tags are related to.
  * The second optionnal parameter permits to restrict the tag selection with
  * different criterias
  *
  * @param      Criteria    $c
  * @param      array       $options
  * @return     array
  */
 public static function getPopulars($c = null, $options = array())
 {
     if (null === $c) {
         $c = new Criteria();
     }
     if (!$c->getLimit()) {
         $c->setLimit(sfConfig::get('app_sfPropelActAsTaggableBehaviorPlugin_limit', 100));
     }
     $all_tags = TagPeer::getAllWithCount($c, $options);
     return sfPropelActAsTaggableToolkit::normalize($all_tags);
 }
<div class="row">
	<div class="twelvecol">
		
		<?php 
include_partial('tabs', array('current' => 'interessi'));
?>
		
	</div>
</div>

<div class="row">
	<div class="twelvecol">
		<a name="top"></a>
		<?php 
echo include_partial('datiStorici/searchWithAutocompleter', array('limit' => sfconfig::get('app_limit_interessi_argomento', 50), 'tags' => $tags, 'ramo' => $ramo, 'tag_count' => TagPeer::getAllWithCount()));
?>


	      <?php 
if (count($tags_ids)) {
    ?>
	        <div class="evidence-box float-container">

	          <h5 class="subsection">
	            I <?php 
    echo sfconfig::get('app_limit_interessi_argomento', 50);
    ?>
	            <?php 
    if ($ramo == 'C') {
        ?>