채택완료

"{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글');

2022-01-22 (토) 10:33:38 5,587

insert_point($member['mb_id'], $board['bo_comment_point'], "{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글');

"{$board['bo_subject']} {$wr_id}-{$comment_id} 댓글쓰기", $bo_table, $comment_id, '댓글');

=> 이 부분이 설명해주실 수 있나요?

감사합니다. 

|

답변 2개

채택된 답변
+20 포인트
2022-01-22 (토) 11:11:58

게시판제목 게시판식별번호-댓글식별번호,

게시판코드, 댓글식별번호,'댓글'

=> 앞에 파라미터는 포인트 넣을때 설명입니다.

=> $bo_table ($rel_table) : 포인트에 영향을준 관련테이블

=> $commnet_id ($rel_id) : 포인트에 영향을준 식별번호

=> 댓글 ( $rel_action) : 포인트관련 행위

common.lib.php 962라인 보시면 좀 더 이해하실수 있습니다.^^

DogFoot개발 님, 답변 감사합니다.

답변을 작성하려면 로그인이 필요합니다.