mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-12 22:01:41 +01:00
Modifs final avant soutenances
This commit is contained in:
parent
4d2f592029
commit
8821bae1a9
@ -295,7 +295,7 @@ class Model_music extends CI_Model {
|
||||
}
|
||||
|
||||
public function get_songs_by_artist($artist_id) {
|
||||
$this->db->select('song.id as song_id');
|
||||
$this->db->select('song.*');
|
||||
$this->db->from('track');
|
||||
$this->db->join('song', 'track.songid = song.id');
|
||||
$this->db->join('album', 'track.albumid = album.id');
|
||||
|
Loading…
Reference in New Issue
Block a user