mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#19705602 refactoring source, when specify db table column parameter in file module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8341 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e1ee2ac134
commit
612c4a6fbd
5 changed files with 15 additions and 10 deletions
|
|
@ -27,7 +27,9 @@
|
|||
$args->module_srl = Context::get('module_srl');
|
||||
// Get a list
|
||||
$oFileModel = &getAdminModel('file');
|
||||
$output = $oFileModel->getFileList($args);
|
||||
$columnList = array('file_srl', 'upload_target_srl', 'upload_target_type', 'module_srl'
|
||||
, 'source_filename', 'isvalid', 'file_size', 'download_count', 'files.regdate', 'ipaddress');
|
||||
$output = $oFileModel->getFileList($args, $columnList);
|
||||
// Get the document for looping a list
|
||||
if($output->data) {
|
||||
$oCommentModel = &getModel('comment');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue