shoppingmallv2 init...
This commit is contained in:
parent
847c4f9271
commit
69083ccfa4
@ -585,7 +585,7 @@ abstract class BaseController extends Controller
|
|||||||
$this->_viewDatas['pagination'] = $this->index_getPagination();
|
$this->_viewDatas['pagination'] = $this->index_getPagination();
|
||||||
//모델 처리
|
//모델 처리
|
||||||
$this->_viewDatas['entitys'] = $this->index_getEntitys();
|
$this->_viewDatas['entitys'] = $this->index_getEntitys();
|
||||||
echo $this->_model->getLastQuery();
|
// echo $this->_model->getLastQuery();
|
||||||
// exit;
|
// exit;
|
||||||
// log_message("debug", __METHOD__ . "에서 findAll 호출:" . $this->_model->getLastQuery());
|
// log_message("debug", __METHOD__ . "에서 findAll 호출:" . $this->_model->getLastQuery());
|
||||||
//setting return_url to session flashdata
|
//setting return_url to session flashdata
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user