test si connecté

This commit is contained in:
2024-06-03 09:53:37 +02:00
parent a91ef3e85e
commit f611f4997c
3 changed files with 10 additions and 1 deletions

View File

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