摘要: This is a simple helper to create a tag cloud from an array of tags.Creating a tag cloud is as easy as calling the helper:<?php use_helper('Tagcloud'); TagcloudHelper::showCloud($tags);Where tags is an array that is defined in the following syntax: array('tag1' => 10, 'tag2 阅读全文
posted @ 2011-12-13 18:19 Lux.Y 阅读(587) 评论(0) 推荐(0)