묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
procBoardInsertDocument 에서 document_srl 얻을 수 있나요?
2013.02.28 13:54
if($called_position == 'after_module_proc' && $this->act == "procBoardInsertDocument") {
$args->document_srl = Context::get('document_srl');
...
}
로 애드온을 하나 만드는데..
새로 글쓰기 할때는 당연하지만 document_srl을 얻을 수가 없네요;
물론 글을 수정할때는 당연히 document_srl을 얻을 수 있으니까 작동하기는 하는데...
방법이 없을까요~?
댓글 2
-
시니시즘
2013.02.28 16:08
getNextSequence 라는 함수 모르시나요? -
SCAC
2013.02.28 16:15
방금 검색해봤는데.. $document_srl = getNextSequence()-1; 하면 되나요??;; 이거 번호 낭비일것 같은데 ㅠㅠ