#186 관리자 > 회원 관리 목록에서 선택된 회원들에 대한 일괄 그룹 설정 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3481 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 08:56:39 +00:00
parent 6e9c022dc7
commit 1fe9c2c88e
15 changed files with 197 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<query id="getMembers" action="select">
<tables>
<table name="member" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="in" column="member_srl" var="member_srl" />
</conditions>
<navigation>
<index var="sort_index" default="member_srl" order="desc" />
</navigation>
</query>