게시판 목록을 가나다/ABC별로 볼 수 있도록 쿼리를 짜서 목록을 가로채려고 하고 있는데요. 쿼리별로 <condition operation="like_prefix" column="title" var="title_prefix" /> 또는 <condition operation="like_p...
Context::setResponseMethod('JSON'); // option to get a list $args = new stdClass(); $args->page = 1; $args->list_count = 20; $args->sort_index = 'list_order'; $args->module_srl = 0; $args->statusList =...
현재 게시판에 글을 쓸 때에 특정 작업을 하고자 아래와 같이 스크립트를 작성했습니다. <script> function submit_release(e, window) { var form = document.getElementById("release_form"); // 선택된 request_sr...