mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
추출항목 중 category_srl 추가
This commit is contained in:
parent
6fc8bc97cd
commit
9fb8714017
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class documentAdminView extends document
|
||||||
|
|
||||||
// get a list
|
// get a list
|
||||||
$oDocumentModel = getModel('document');
|
$oDocumentModel = getModel('document');
|
||||||
$columnList = array('document_srl', 'module_srl', 'title', 'member_srl', 'nick_name', 'readed_count', 'voted_count', 'blamed_count', 'regdate', 'ipaddress', 'status');
|
$columnList = array('document_srl', 'module_srl', 'title', 'member_srl', 'nick_name', 'readed_count', 'voted_count', 'blamed_count', 'regdate', 'ipaddress', 'status', 'category_srl');
|
||||||
$output = $oDocumentModel->getDocumentList($args, false, true, $columnList);
|
$output = $oDocumentModel->getDocumentList($args, false, true, $columnList);
|
||||||
|
|
||||||
// get Status name list
|
// get Status name list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue