mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1166 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f76be59f46
commit
8b610f5334
47 changed files with 1358 additions and 681 deletions
15
modules/menu/queries/getLayoutMenuList.xml
Normal file
15
modules/menu/queries/getLayoutMenuList.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<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" />
|
||||
<condition operation="equal" column="menu_id" var="menu_id" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="listorder" order="desc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue