shoppingmallv2 init...
This commit is contained in:
parent
89085f7a39
commit
faced58f75
@ -95,11 +95,7 @@ class BoardController extends FrontController
|
||||
//권한체크
|
||||
$this->isRole('view', $entity);
|
||||
//조회수 올리기
|
||||
echo var_export($entity, true);
|
||||
echo "<HR>";
|
||||
$entity = $this->_model->addViewCount($entity);
|
||||
echo var_export($entity, true);
|
||||
exit;
|
||||
return parent::view_process($entity);
|
||||
}
|
||||
//Index관련
|
||||
|
||||
Loading…
Reference in New Issue
Block a user