mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
board open api adding act 'dispBoardContentFileList'
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5249 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
714d11ca61
commit
a6f4777541
3 changed files with 41 additions and 3 deletions
|
|
@ -177,6 +177,14 @@
|
|||
Context::set('oDocument', $oDocument);
|
||||
}
|
||||
|
||||
|
||||
function dispBoardContentFileList(){
|
||||
$oDocumentModel = &getModel('document');
|
||||
$document_srl = Context::get('document_srl');
|
||||
$oDocument = $oDocumentModel->getDocument($document_srl);
|
||||
Context::set('file_list',$oDocument->getUploadedFiles());
|
||||
}
|
||||
|
||||
function dispBoardContentCommentList(){
|
||||
$oDocumentModel = &getModel('document');
|
||||
$document_srl = Context::get('document_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue