{@
$output = executeQueryArray('comment.getNewestCommentList',$args);
};
$ouput에 배열로 여러가지 값이 담겨 있는데요.
comment_srl 값만
$last_srl 에 넣어주고 싶습니다.
*list_count 를 1로 해서 쿼리해 댓글 1개의 정보를 가져옵니다.
{@
$output = executeQueryArray('comment.getNewestCommentList',$args);
};
$ouput에 배열로 여러가지 값이 담겨 있는데요.
comment_srl 값만
$last_srl 에 넣어주고 싶습니다.
*list_count 를 1로 해서 쿼리해 댓글 1개의 정보를 가져옵니다.
{@ $last_srl = ($val->comment_srl);}
{$last_srl}
</span>
이렇게 출력해보니 값이 잘 출력이 되는데 이렇게 써도 되는 건지 모르겠네요.