yii-cumulus cumulus tag cloud ported over from wordpress

  1. Requirements
  2. Usage
  3. Resources

...overview of the extension...

Requirements ¶

...requirements of using this extension (e.g. Yii 1.1 or above)...

Usage ¶

Tagcloud accepts either an array, or an array of objects

ex1. Here we pass an array and it will display the tagcloud with just 2 tags. ~~~ <?php --view-- $tags= array('tag1','tag2'); $this->widget('application.extensions.cumulus.Tagcloud.php', array( 'tags' =>$tags,

	));

?> ~~~ ex2. Here we pass an array of objects and it will display the tagcloud with all items in the object array ~~~ <?php --view-- $tags= Tag::model()->findall(); $this->widget('application.extensions.cumulus.Tagcloud.php', array( 'tags' =>$tags,

	));

?> ~~~

Resources ¶

...xternal resources for this extension...

1 0
2 followers
595 downloads
Yii Version: 1.1
License: GPL-3.0
Category: User Interface
Developed by: mithereal mithereal
Created on: Dec 26, 2010
Last updated: 15 years ago

Downloads

show all

Related Extensions