资 源 简 介
REQUIRES THE CODEIGNITER FRAMEWORK
This class allows any table, and any type of system, to add, edit, and delete tags from any object/row without interfering with other tables that are also using tags.
For example, say you have 58 articles on your blog and each have 2-4 tags attached to them. Now you add a "Image Gallery" to your site to showoff your photos. You want to "tag" each photo with some key words (city, dark, night) that will help people sort through all the images. With this class both your blog articles and your images (and any other tables you add) can use the same "tags" table without interfering with each other.
Just because blog article 23 has the tag "sports" doesn"t mean that image 23 will return the tag "sports".
About the variables this class uses:
(the fictitious tables "posts" and "images" used for examples)
TABLE
The name of a table us