This commit is contained in:
2024-05-29 15:19:54 +02:00
parent f504d172fc
commit 1c1333d4ed
4 changed files with 8 additions and 5 deletions

View File

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