réglage de bugs + optimisation du code

This commit is contained in:
2024-05-23 11:52:41 +02:00
parent e55821b0fe
commit deca6ccb93
9 changed files with 28 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ class Search extends CI_Controller {
parent::__construct();
$this->load->model('Search_model');
$this->load->helper('url');
$this->load->helper('html');
}
public function index(){