dbms_primeidc_init...1
This commit is contained in:
parent
3ad960fd59
commit
21667953e0
@ -44,10 +44,6 @@ class CouponController extends ClientController
|
|||||||
//WEB 접속방법 : http://localhost/site/client/coupon/index
|
//WEB 접속방법 : http://localhost/site/client/coupon/index
|
||||||
public function index(array $params)
|
public function index(array $params)
|
||||||
{
|
{
|
||||||
//전체 관리자정보(등록자)
|
|
||||||
if (!array_key_exists('mkid', $params)) {
|
|
||||||
throw new \Exception("mkid 값이 정의되지 않았습니다.");
|
|
||||||
}
|
|
||||||
//쿠폰내역
|
//쿠폰내역
|
||||||
$this->curPage = intval($params['curPage'] ?? $this->request->get('curPage') ?? 1);
|
$this->curPage = intval($params['curPage'] ?? $this->request->get('curPage') ?? 1);
|
||||||
$this->perPage = intval($params['perPage'] ?? $this->request->get('perPage') ?? VIEW_LIST_PERPAGE);
|
$this->perPage = intval($params['perPage'] ?? $this->request->get('perPage') ?? VIEW_LIST_PERPAGE);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user