mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
issue 160 document list in admin module,
get min column list git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9368 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3dc8f5161e
commit
ac02b87c5b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
// get a list
|
||||
$oDocumentModel = &getModel('document');
|
||||
$columnList = array('document_srl', 'title', 'member_srl', 'nick_name', 'readed_count', 'voted_count', 'blamed_count', 'regdate', 'ipaddress', 'status');
|
||||
$output = $oDocumentModel->getDocumentList($args);
|
||||
|
||||
// get Status name list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue