예제 #1
0
 public static function set($_cats_id, $_post_id)
 {
     $args = ['term_id' => $_cats_id, 'termusage_id' => $_post_id, 'termusage_foreign' => 'posts'];
     return \lib\db\termusages::insert($args);
 }