묻고답하기
$document->get('voted_count') 질문입니다.
2015.07.10 01:21
무슨이유인지는 모르겠습니다만.. 저게 안먹힙니다..
테이블명은 xe_comments 이고 필드명은 voted_count 입니다 속성은 bigint(11) 이구요..
list.html에서 해당게시판의 글에 대한 평점을 별점로 표현하는데요
<div class="eval">
<!--@if($document->get('voted_count')>0)-->
<span class="star"><em style="width:{$document->get('voted_count')}%"></em></span>
<!--@else-->
<span class="star"><em style="width:10%"></em></span>
<!--@end-->
<span class="point"> <strong><!--@if($document->get('voted_count')>0)-->{$document->get('voted_count')}<!--@end--></strong>댓글 ({$document->getCommentCount()})</span>
</div>
({$document->getCommentCount()}) 이것만 먹히고 나머지는 안먹힙니다..
다른방법으로 불러올 수 있는 방법은 없나요? 미치겠네요..
$comment->get('변수')
아는가요 document는 문서만 해달되는줄 알고 있는데 $comment로 알고있어요.