mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
This commit is contained in:
parent
9756261a1a
commit
d83ccd67aa
4 changed files with 30 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ class integration_searchModel extends module
|
|||
$args->page_count = 10;
|
||||
$args->search_target = 'content';
|
||||
$args->search_keyword = $search_keyword;
|
||||
$args->is_secret = 'N';
|
||||
$args->sort_index = 'list_order';
|
||||
$args->order_type = 'asc';
|
||||
// Get a list of documents
|
||||
|
|
@ -167,6 +168,7 @@ class integration_searchModel extends module
|
|||
$args->order_type = 'desc';
|
||||
$args->isvalid = 'Y';
|
||||
$args->direct_download = $direct_download=='Y'?'Y':'N';
|
||||
$args->exclude_secret = 'Y';
|
||||
// Get a list of documents
|
||||
$oFileAdminModel = getAdminModel('file');
|
||||
$output = $oFileAdminModel->getFileList($args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue