웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
확장변수 정렬 방법
2014.12.31 10:44
안녕하세요
{@
$args = new stdClass();
$args->module_srl = 217;
$args->list_count = 3;
$oDocumentModel = &getModel('document');
$output = $oDocumentModel->getDocumentList($args);
$document_list = $output->data;
}
이런식으로 게시판 리스트를 불러오고 있는데요.
order by 를 이용해서 정렬을 바까주고 싶은데 확장변수를 order by 하고 싶습니다.
어떠한 방법이 있나용??