Additional Inherited Members | |
Public Attributes inherited from document | |
$search_option = array('title','content','title_content','user_name',) | |
$statusList = array('private'=>'PRIVATE', 'public'=>'PUBLIC', 'secret'=>'SECRET', 'temp'=>'TEMP') | |
Public Attributes inherited from ModuleObject | |
$mid = NULL | |
string to represent run-time instance of Module (XE Module) More... | |
$module = NULL | |
Class name of Xe Module that is identified by mid. More... | |
$module_srl = NULL | |
integer value to represent a run-time instance of Module (XE Module) More... | |
$module_info = NULL | |
an object containing the module information More... | |
$origin_module_info = NULL | |
$xml_info = NULL | |
an object containing the module description extracted from XML file More... | |
$module_path = NULL | |
a path to directory where module source code resides More... | |
$act = NULL | |
a string value to contain the action name More... | |
$template_path = NULL | |
a path of directory where template files reside More... | |
$template_file = NULL | |
name of template file More... | |
$layout_path = '' | |
a path of directory where layout files reside More... | |
$layout_file = '' | |
name of layout file More... | |
$edited_layout_file = '' | |
name of temporary layout files that is modified in an admin mode More... | |
$stop_proc = FALSE | |
a flag to indicating whether to stop the execution of code. More... | |
$module_config = NULL | |
$ajaxRequestMethod = array('XMLRPC', 'JSON') | |
$gzhandler_enable = TRUE | |
Public Attributes inherited from BaseObject | |
$error = 0 | |
$message = 'success' | |
$variables = array() | |
$httpStatusCode = NULL | |
Definition at line 11 of file document.model.php.
documentModel::_arrangeCategory | ( | & | $document_category, |
$list, | |||
$depth | |||
) |
Category within a primary method to change the array type
array | $document_category | |
array | $list | |
int | $depth |
Definition at line 776 of file document.model.php.
documentModel::_setSearchOption | ( | $searchOpt, | |
& | $args, | ||
& | $query_id, | ||
& | $use_division | ||
) |
게시물 목록의 검색 옵션을 Setting함(2011.03.08 - cherryfilter) page변수가 없는 상태에서 page 값을 알아오는 method(getDocumentPage)는 검색하지 않은 값을 return해서 검색한 값을 가져오도록 검색옵션이 추가 됨. 검색옵션의 중복으로 인해 private method로 별도 분리
object | $searchOpt | |
object | $args | |
string | $query_id | |
bool | $use_division |
list_order asc sort of division that can be used only when
If it is true, use_division changed to use the document division
Definition at line 1327 of file document.model.php.
documentModel::_setSortIndex | ( | $obj, | |
$load_extra_vars | |||
) |
Setting sort index
object | $obj | |
bool | $load_extra_vars |
Definition at line 1280 of file document.model.php.
documentModel::getAlias | ( | $document_srl | ) |
Return docuent's alias
int | $document_srl |
Definition at line 1089 of file document.model.php.
documentModel::getCategory | ( | $category_srl, | |
$columnList = array() |
|||
) |
Imported Category of information
int | $category_srl | |
array | $columnList |
Definition at line 704 of file document.model.php.
documentModel::getCategoryChlidCount | ( | $category_srl | ) |
Check whether the child has a specific category
int | $category_srl |
Definition at line 732 of file document.model.php.
documentModel::getCategoryDocumentCount | ( | $module_srl, | |
$category_srl | |||
) |
Wanted number of documents belonging to category
int | $module_srl | |
int | $category_srl |
Definition at line 837 of file document.model.php.
documentModel::getCategoryHTML | ( | $module_srl | ) |
Common:: Category parameter management module
int | $module_srl |
Definition at line 997 of file document.model.php.
documentModel::getCategoryList | ( | $module_srl, | |
$columnList = array() |
|||
) |
Bringing the Categories list the specific module Speed and variety of categories, considering the situation created by the php script to include a list of the must, in principle, to use
int | $module_srl | |
array | $columnList |
Definition at line 748 of file document.model.php.
documentModel::getCategoryPhpFile | ( | $module_srl | ) |
Php cache files in the document category return information
int | $module_srl |
Definition at line 867 of file document.model.php.
documentModel::getCategoryXmlFile | ( | $module_srl | ) |
Xml cache file of the document category return information
int | $module_srl |
Definition at line 851 of file document.model.php.
documentModel::getDailyArchivedList | ( | $obj | ) |
Bringing a month on the status of the daily posts
object | $obj |
Definition at line 909 of file document.model.php.
documentModel::getDocument | ( | $document_srl = 0 , |
|
$is_admin = false , |
|||
$load_extra_vars = true , |
|||
$columnList = array() |
|||
) |
Import Document
int | $document_srl | |
bool | $is_admin | |
bool | $load_extra_vars | |
array | $columnList |
Definition at line 140 of file document.model.php.
documentModel::getDocumentCategories | ( | ) |
Get a list for a particular module
Definition at line 935 of file document.model.php.
documentModel::getDocumentCategoryTplInfo | ( | ) |
Certain categories of information, return the template guhanhu Manager on the page to add information about a particular menu from the server after compiling tpl compiled a direct return html
Definition at line 1023 of file document.model.php.
documentModel::getDocumentConfig | ( | ) |
documentModel::getDocumentCount | ( | $module_srl, | |
$search_obj = NULL |
|||
) |
The total number of documents that are bringing
int | $module_srl | |
object | $search_obj |
Definition at line 600 of file document.model.php.
documentModel::getDocumentCountByGroupStatus | ( | $search_obj = NULL | ) |
the total number of documents that are bringing
object | $search_obj |
Definition at line 616 of file document.model.php.
documentModel::getDocumentCountByMemberSrl | ( | $member_srl | ) |
Get the total number of Document in corresponding with member_srl.
int | $member_srl |
Definition at line 1588 of file document.model.php.
documentModel::getDocumentExtraImagePath | ( | ) |
get to the document extra image path.
Definition at line 1623 of file document.model.php.
documentModel::getDocumentExtraVarsCount | ( | $module_srl, | |
$search_obj = NULL |
|||
) |
Definition at line 624 of file document.model.php.
documentModel::getDocumentExtraVarsFromDB | ( | $documentSrls | ) |
Return document extra information from database
array | $documentSrls |
Definition at line 38 of file document.model.php.
documentModel::getDocumentList | ( | $obj, | |
$except_notice = false , |
|||
$load_extra_vars = true , |
|||
$columnList = array() |
|||
) |
Module_srl value, bringing the list of documents
object | $obj | |
bool | $except_notice | |
bool | $load_extra_vars | |
array | $columnList |
Definition at line 228 of file document.model.php.
documentModel::getDocumentListByMemberSrl | ( | $member_srl, | |
$columnList = array() , |
|||
$page = 0 , |
|||
$is_admin = FALSE , |
|||
$count = 0 |
|||
) |
Get document list of the doc in corresponding woth member_srl.
int | $member_srl | |
array | $columnList | |
int | $page | |
bool | $is_admin | |
int | $count |
Definition at line 1605 of file document.model.php.
documentModel::getDocumentMenu | ( | ) |
Show pop-up menu of the selected posts Printing, scrap, recommendations and negative, reported the Add Features
Definition at line 508 of file document.model.php.
documentModel::getDocumentPage | ( | $oDocument, | |
$opt | |||
) |
Import page of the document, module_srl Without throughout ..
documentItem | $oDocument | |
object | $opt |
Definition at line 647 of file document.model.php.
documentModel::getDocuments | ( | $document_srls, | |
$is_admin = false , |
|||
$load_extra_vars = true , |
|||
$columnList = array() |
|||
) |
Bringing multiple documents (or paging)
array | string | $document_srls | |
bool | $is_admin | |
bool | $load_extra_vars | |
array | $columnList |
Definition at line 167 of file document.model.php.
documentModel::getDocumentSrlByAlias | ( | $mid, | |
$alias | |||
) |
Return docuent data by alias
string | $mid | |
string | $alias |
Definition at line 1050 of file document.model.php.
documentModel::getDocumentSrlByTitle | ( | $module_srl, | |
$title | |||
) |
Return docuent number by document title
int | $module_srl | |
string | $title |
Definition at line 1069 of file document.model.php.
documentModel::getDocumentVotedMemberList | ( | ) |
vote up, vote down member list in Document View page
Definition at line 1216 of file document.model.php.
documentModel::getExtraKeys | ( | $module_srl | ) |
Function to retrieve the key values of the extended variable document $Form_include: writing articles whether to add the necessary extensions of the variable input form
int | $module_srl |
Definition at line 400 of file document.model.php.
documentModel::getExtraVars | ( | $module_srl, | |
$document_srl | |||
) |
A particular document to get the value of the extra variable function
int | $module_srl | |
int | $document_srl |
Definition at line 490 of file document.model.php.
documentModel::getExtraVarsHTML | ( | $module_srl | ) |
Common:: Module extensions of variable management Expansion parameter management module in the document module instance, when using all the modules available
int | $module_srl |
Definition at line 979 of file document.model.php.
documentModel::getHistories | ( | $document_srl, | |
$list_count, | |||
$page | |||
) |
Return document's history list
int | $document_srl | |
int | $list_count | |
int | $page |
Definition at line 1107 of file document.model.php.
documentModel::getHistory | ( | $history_srl | ) |
Return document's history
int | $history_srl |
Definition at line 1122 of file document.model.php.
documentModel::getMonthlyArchivedList | ( | $obj | ) |
Imported post monthly archive status
object | $obj |
Definition at line 883 of file document.model.php.
documentModel::getNoticeList | ( | $obj, | |
$columnList = array() |
|||
) |
Module_srl value, bringing the document's gongjisa Port
object | $obj | |
array | $columnList |
Definition at line 362 of file document.model.php.
documentModel::getStatusNameList | ( | ) |
documentModel::getTrashList | ( | $obj | ) |
Module_srl value, bringing the list of documents
object | $obj |
Definition at line 1135 of file document.model.php.
documentModel::init | ( | ) |
documentModel::isGranted | ( | $document_srl | ) |
document checked the permissions on the session values
int | $document_srl |
Definition at line 28 of file document.model.php.
documentModel::setToAllDocumentExtraVars | ( | ) |
Extra variables for each article will not be processed bulk select and apply the macro city
Definition at line 55 of file document.model.php.