1. member_scrap 테이블에 document_srl 컬럼 있음.
2. documents 테이블에 document_srl, module_srl이 있음.
3. 두개의 테이블을 조인해서, 특정 module_srl 에 document_srl 기준으로 카운트해서 많은 수의 document_srl 을 10개만 뽑아주는 쿼리문 만들어
SELECT d.document_srl, COUNT(ms.document_srl) AS scrap_count FROM member_scrap ms JOIN documents d ON ms.document_srl = d.document_srl WHERE d.module_srl = {module_srl} GROUP BY d.document_srl ORDER BY scrap_count DESC LIMIT 10;
phpmyadmin에서는 잘 나오는데 XE 에서 쓰자니 약어는 null 값을 내뱉는군요.
modules/contents/skins/ec_imin/form/file/comment.blade.php:line 20
$_comment_list = $oDocument->getComments();
getComments 를 못 불러오고 있음...
고객명 : 임영식
연락처 :
메일주소 :
서비스시작일 :
호스팅중인 도메인 리스트 :
결제방법 : 계좌이체
결제일자 : 매달 15일
데스크탑 리스트 디자인은 이렇다.
모바일에서는 도저히 어떻게 배치할지 떠오르지 않았다.
버그/기능요청 다른 지역으로 표시가 됩니다. 2 답변완료 25.02.15 [카테고리명] [비밀글아이콘] [타이틀] [댓글수][좋아요수] [답변상태][작성일] 이걸 pc랑 모바일로 리스트형으로 할 경우 어떻게 하면 좋을지 ui 만들어줘
내가 고민하던 것보다 훨씬 잘 뽑아준다.
내 디자인 실력보다 훨씬 낫다.