mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1171 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7f1b3c5a39
commit
d0a341ec95
14 changed files with 84 additions and 47 deletions
14
modules/menu/queries/getMenuItems.xml
Normal file
14
modules/menu/queries/getMenuItems.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getMenuItems" action="select">
|
||||
<tables>
|
||||
<table name="menu_menu" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="menu_srl" var="menu_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="listorder" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue