mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6252 201d5d3c-b55e-5fd7-737f-ddc643e51545
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<query id="getNewestDocuments" action="select">
|
|
<tables>
|
|
<table name="homepages" />
|
|
<table name="sites" />
|
|
<table name="modules" />
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="sites.domain" alias="domain" />
|
|
<column name="documents.*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="homepages.site_srl" default="sites.site_srl" notnull="notnull" />
|
|
<condition operation="equal" column="homepages.site_srl" default="modules.site_srl" notnull="notnull" pipe="and" />
|
|
<condition operation="equal" column="documents.module_srl" default="modules.module_srl" notnull="notnull" pipe="and" />
|
|
<condition operation="notequal" column="modules.module" default="page" pipe="and" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="documents.list_order" order="asc" />
|
|
<list_count var="list_count" default="10" />
|
|
<page_count var="page_count" default="10" />
|
|
<page var="page" default="1" />
|
|
</navigation>
|
|
</query>
|