묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
쿼리 질문 드립니다. 클릭한 문서번호에 해당하는 내용을 불러와라가 안됩니다. ㅠ
2017.10.31 19:00
조건절 where document_srl = '.$document_srl' 이 부분 해결이 안됩니다. ㅠ
클릭해서 보고 있는 문서 번호에 해당하는 xe_document_histories 테이블의 내용을 불러오고 싶습니다.
{@
$oDB = &DB::getInstance();
$query = $oDB->_query("SELECT * FROM xe_document_histories where document_srl = '.$document_srl'");
$result = $oDB->_fetch($query);
}
{print_r($result)}
$result = getModel('document')->getHistories($document_srl, 20);
하이라이트 된 부분을
document_srl = ".$document_srl
로 바꿔보세요. 맨 끝의 큰따옴표는 지우시구요.