mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
웹진형 최근 게시글 출력 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3045 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4011643097
commit
adb33464cf
9 changed files with 595 additions and 0 deletions
16
widgets/webzine/queries/getNewestDocuments.xml
Normal file
16
widgets/webzine/queries/getNewestDocuments.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<query id="getDocumentList" action="select">
|
||||
<tables>
|
||||
<table name="documents" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="module_srl" var="module_srl" filter="number" />
|
||||
<condition operation="equal" column="category_srl" var="category_srl" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="list_order" order="order_type" />
|
||||
<list_count var="list_count" default="20" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue