mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
add favorite features to admin module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8703 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf2f77fb4d
commit
88638b4ba8
9 changed files with 262 additions and 12 deletions
10
modules/admin/queries/insertFavorite.xml
Normal file
10
modules/admin/queries/insertFavorite.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<query id="insertFavorite" action="insert">
|
||||
<tables>
|
||||
<table name="admin_favorite" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="site_srl" var="site_srl" filter="number" notnull="notnull" />
|
||||
<column name="module" var="module" notnull="notnull" />
|
||||
<column name="key" var="key" notnull="notnull" />
|
||||
</columns>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue