Returns all tags THIS CLASS SHOULD CACHE QUERY RESULTS!
Returns a Tag object based on a supplied ID
Return a tag based on an id, tag text or slug
Returns the number of times the most used tag is used.
Returns the count of times a tag is used.
TODO: be more careful INSERT INTO {tag2post} / SELECT $master_tag->ID,post_ID FROM {tag2post} WHERE tag_id = $tag->id" and then "DELETE FROM {tag2post} WHERE tag_id = $tag->id" Renames tags.
If the master tag exists, the tags will be merged with it. If not, it will be created first.
Inherited From ArrayObject (Internal Class)
constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
Documentation generated on Thu, 30 Oct 2008 20:31:28 +0100 by phpDocumentor 1.3.2