comment 관련 문의
본문
comment 관련 문의드립니다.
g5/skin/board/galley/view_comment.skin.php
파일이 코멘트 내용을 출력해주는 기능을 하는 것로 추정해봅니다.
----
$comment_id = $list[$i]['wr_id'];
$cmt_depth = strlen($list[$i]['wr_comment_reply']) * 50;
$comment = $list[$i]['content'];
----
를 통해 load가 되는데,
$list 데이터는 어디에서 가져오는 지 문의드립니다.
아마도, view_comment_skin.php 를 볼러오는 상위 개념의 php 파일에서 불러오는 듯 한데,
아시는 분 답글 부탁드릴게요.
감사합니다.
답변을 작성하시기 전에 로그인 해주세요.