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

@@ -8,6 +8,7 @@ class Artiste extends CI_Controller {
$this->load->model('Model_artist');
$this->load->model('Model_music');
$this->load->helper('url');
$this->load->helper('html');
}
public function index($artiste_id){