휘파람 보드 미설치
-현재 설정 정보
-현재 설정 정보가 올바르지 않을경우, config 파일을 먼저 수정해주세요
--
diff --git a/wheeparam/application/controllers/Memo.php b/wheeparam/application/controllers/Memo.php new file mode 100644 index 0000000..4b6b223 --- /dev/null +++ b/wheeparam/application/controllers/Memo.php @@ -0,0 +1,51 @@ +db->select('*'); + $this->db->from('memo'); + $this->db->where('status', 'Y'); + $this->db->order_by('idx DESC'); + $result = $this->db->get()->result_array(); + // SELECT * FROM wb_memo WHERE status = 'Y' ORDER BY idx DESC; + + + $this->data['abcd'] = "1234"; + $this->data['list'] = $result; + + // 레이아웃 & 뷰파일 설정 + $this->theme = $this->site->get_layout(); + $this->view = "memo/index"; + $this->active = "/memo/index"; + + } + + public function view($getValue="") + { + $this->db->select('*'); + $this->db->from('memo'); + $this->db->where('status', 'Y'); + $this->db->where('idx', $getValue); + $this->db->order_by('idx DESC'); + $result = $this->db->get()->row_array(); + if(! $result) { + alert('요청하신 메모는 삭제되었습니다.'); + exit; + } + + + $this->data['result'] = $result; + + // 레이아웃 & 뷰파일 설정 + $this->theme = $this->site->get_layout(); + $this->view = "memo/view"; + $this->active = "/memo/view"; + } +} diff --git a/wheeparam/application/controllers/order.php b/wheeparam/application/controllers/order.php new file mode 100644 index 0000000..27674a9 --- /dev/null +++ b/wheeparam/application/controllers/order.php @@ -0,0 +1,46 @@ +db->select('*'); + $this->db->from('order'); + $this->db->order_by('idx DESC'); + $result = $this->db->get()->result_array(); + + $this->data['list'] = $result; + // 레이아웃 & 뷰파일 설정 + $this->theme = $this->site->get_layout(); + $this->view = "/order/index"; + $this->active = "/order/index"; + + + } + + public function view($getValue="") { + $this->db->select('*'); + $this->db->from('order'); + $this->db->where('idx', $getValue); + $this->db->order_by('idx DESC'); + $result = $this->db->get()->row_array(); + + if(! $result) { + alert("없는 페이지 입니다"); + exit; + + } + // 레이아웃 & 뷰파일 설정 + $this->theme = $this->site->get_layout(); + $this->view = "/order/index"; + $this->active = "/order/index"; + + + } +} \ No newline at end of file diff --git a/wheeparam/config/no_install.php b/wheeparam/config/no_install.php deleted file mode 100644 index 9aff96a..0000000 --- a/wheeparam/config/no_install.php +++ /dev/null @@ -1,51 +0,0 @@ - - -
- - - -현재 설정 정보가 올바르지 않을경우, config 파일을 먼저 수정해주세요
-=$dd['idx']?> | +=$dd['title']?> | +=$dd['regtime']?> | +
배송확정일 | +주문번호 | +주문자명 | +상품명 | +수량 | +배송 | + + + +
---|---|---|---|---|---|
=date('Y-m-d', strtotime($od['time']))?> | ++ | =$od['order_hu_name']?> | +=$od['order_name']?> | +=$od['count']?> | +=$od['status']?> | +