Hello all ,
I am very new to codeigniter . I have an article table, tag table, tag mapping table. currently i go to the tags table, create tags and then in the article create page , i use the n_nRelationship with which i could see already created tags and can tag the article correctly .
However my new requirement is to create tags from the article page itself , if the tag doesnt exists. Is there any way ?
Current code :
"$this->grocery_crud->set_relation_n_n('tags','dreamon_currentaffairstag','dreamon_vidtags','article_id','tag_id','tag_name');"
Thanks much , Sorry for my bad english.
B1