= html_entity_decode($viewDatas['category']->getHead()) ?>
= form_open(current_url(), array("method" => "get")) ?>
= form_close() ?>
+ = html_entity_decode($viewDatas['category']->getTail()) ?>
diff --git a/app/Controllers/BaseController.php b/app/Controllers/BaseController.php index 96a1386..368dff3 100644 --- a/app/Controllers/BaseController.php +++ b/app/Controllers/BaseController.php @@ -531,8 +531,8 @@ abstract class BaseController extends Controller //Totalcount 처리 $this->index_setCondition(); $this->_viewDatas['total_count'] = $this->_model->countAllResults(); - echo $this->_model->getLastQuery(); - echo "