코멘트 번호를 역순으로 설정하고 싶은데요.. 정보
코멘트 번호를 역순으로 설정하고 싶은데요..관련링크
본문
내비도 님의 질문의 답변중 천상재회 님의 댓글로 번호를 출력하였습니다.
view_comment.skin.php의 관련부분
<!-- 코멘트 리스트 -->
<?
$ttl_cnt = count($list);
for ($i=0; $i<count($list); $i++) {
$comment_id = $list[$i][wr_id];
$cnt_no = $comment_id + 1 ;
?>
나타낼곳에 <?=$cnt_no = $i + 1 ;?> 하여서 번호를 출력하였습니다.
1
2
3
4
5
.
.
.
.
이렇게 출력됩니다. 하지만 전 이것을 역순으로 출력하고 싶습니다.
5
4
3
2
1
이렇게 출력하고 싶은데요 어디를 수정하면될까요?
view_comment.skin.php의 관련부분
<!-- 코멘트 리스트 -->
<?
$ttl_cnt = count($list);
for ($i=0; $i<count($list); $i++) {
$comment_id = $list[$i][wr_id];
$cnt_no = $comment_id + 1 ;
?>
나타낼곳에 <?=$cnt_no = $i + 1 ;?> 하여서 번호를 출력하였습니다.
1
2
3
4
5
.
.
.
.
이렇게 출력됩니다. 하지만 전 이것을 역순으로 출력하고 싶습니다.
5
4
3
2
1
이렇게 출력하고 싶은데요 어디를 수정하면될까요?
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '275353' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php