mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@305 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a97f265837
commit
25ef6566f4
13 changed files with 276 additions and 104 deletions
14
modules/layout/queries/getLayoutMenuList.xml
Normal file
14
modules/layout/queries/getLayoutMenuList.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getLayoutMenuList" action="select">
|
||||
<tables>
|
||||
<table name="layout_menu" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="layout_srl" var="layout_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="listorder" order="desc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue