mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#176, member, point 테이블 비교 후 없는 값 삽입하도록 함, outer join 해결 전까지 임시 방편
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2713 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de09885fb9
commit
ef25eb818a
6 changed files with 59 additions and 1 deletions
|
|
@ -60,9 +60,13 @@
|
|||
**/
|
||||
function dispPointAdminPointList() {
|
||||
$oPointModel = &getModel('point');
|
||||
|
||||
$args->list_count = 20;
|
||||
$args->page = Context::get('page');
|
||||
|
||||
//회원 목록 갱신
|
||||
if($args->page <= 1) $oPointModel->updateMemberList();
|
||||
|
||||
$output = $oPointModel->getMemberList($args);
|
||||
// 템플릿에 쓰기 위해서 context::set
|
||||
Context::set('total_count', $output->total_count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue