24 $tag_list = explode(
',',
$obj->tags);
25 $tag_count = count($tag_list);
26 $tag_list = array_unique($tag_list);
29 foreach($tag_list as $tag)
31 if(!trim($tag))
continue;
32 $arranged_tag_list[] = trim($tag);
34 if(!count($arranged_tag_list))
$obj->tags = null;
35 else $obj->tags = implode(
',',$arranged_tag_list);
53 $args =
new stdClass();
57 $tag_list = explode(
',',$tags);
58 $tag_count = count($tag_list);
59 for($i=0;$i<$tag_count;$i++)
62 $args->tag = trim($tag_list[$i]);
63 if(!
$args->tag)
continue;
80 $args =
new stdClass();
94 return $oTagController->deleteModuleTags(
$module_srl);
high class of the tag module
tag module's controller class
triggerDeleteTag(&$obj)
Delete the tag trigger a specific article document_srl delete tag belongs to.
triggerArrangeTag(&$obj)
, (Comma) to clean up the tags attached to the trigger
$module_srl
integer value to represent a run-time instance of Module (XE Module)
triggerDeleteModuleTags(&$obj)
module delete trigger to delete all the tags
triggerInsertTag(&$obj)
Input trigger tag Enter a Tag to delete that article and then re-enter all the tags using a method...
getAdminController($module_name)
executeQuery($query_id, $args=NULL, $arg_columns=NULL)