최근 코멘트를 제일 위로 > Web Development

본문 바로가기
  • kb@lovelet.com
사이트 내 전체검색

RESOURCES Web Development

최근 코멘트를 제일 위로

페이지 정보

본문

수정은 아주 간단합니다.

제로보드폴더의 view.php파일을 열고 아래부분을 찾아 수정합니다.

asc를 desc로 바꾸면 됩니다.

_________________________________________
수정전

// 간단한 답글의 데이타를 가지고옴;;
$_dbTimeStart = getmicrotime();
$view_comment_result=mysql_query("select * from $t_comment"."_$id where parent='$no' order by no asc");
$_dbTime += getmicrotime()-$_dbTimeStart;
-----------------------------------------
수정후

// 간단한 답글의 데이타를 가지고옴;;
$_dbTimeStart = getmicrotime();
$view_comment_result=mysql_query("select * from $t_comment"."_$id where parent='$no' order by no desc");
$_dbTime += getmicrotime()-$_dbTimeStart;

Share Post:

댓글목록

등록된 댓글이 없습니다.

Sign In
OR
Don't have an account? SIGN UP

Keywords

Visits

접속자

Total Visits
1,893,103