affichage album

This commit is contained in:
2024-05-22 11:25:48 +02:00
parent a4cdb50094
commit 063d628c99
3 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ class Albums extends CI_Controller {
public function __construct(){
parent::__construct();
$this->load->model('model_music');
$this->load->helper('html');
$this->load->helper('url');
}
public function index(){
$albums = $this->model_music->getAlbums();