tagcloud Logarithmic Tag Cloud

Logarithmic Tag Cloud for Yii Framework

Install:
  • Create table tags
    [sql]
    CREATE TABLE `tags` (
    `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
    `name` varchar(255) DEFAULT NULL,
    `frequency` int(11) DEFAULT '0',
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
    
  • Move files to folder /protected
Usage:
<?php $this->widget('TagCloud', array('limit' => 50)); ?>

On GitHub https://github.com/Troytft/yii-tagcloud

3 0
11 followers
318 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags: tag cloud
Developed by: Troy
Created on: Jul 8, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions