Home
last modified time | relevance | path

Searched refs:dbxml_tags (Results 1 – 5 of 5) sorted by relevance

/dports/www/nibbleblog/nibbleblog/admin/includes/
H A Dpost_simple_edit.php42 $dbxml_tags->remove_all( $_URL['idpost'] );
43 $dbxml_tags->add( $_URL['idpost'], $_FORM['tags'] );
44 $dbxml_tags->savetofile();
94 …<input type="text" name="tags" id="js_input_tags" class="textbox_big" value="'.$dbxml_tags->get_al…
H A Dpost_simple.php49 $dbxml_tags->add( $dbxml_post->get_last_insert_id(), $_FORM['tags'] );
50 $dbxml_tags->savetofile();
H A Dpost_video.php53 $dbxml_tags->add( $dbxml_post->get_last_insert_id(), $_FORM['tags'] );
54 $dbxml_tags->savetofile();
/dports/www/nibbleblog/nibbleblog/admin/
H A Dvariables.php109 $dbxml_tags = new TAGS_DBXML( FILE_XML_TAGS ); variable
/dports/www/nibbleblog/nibbleblog/admin/kernel/
H A Dclass.post_dbxml.php337 public function get_list_by_tag($dbxml_tags, $page_number, $post_per_page) argument