test filtre 4/?
This commit is contained in:
		@@ -15,7 +15,7 @@ class Albums extends CI_Controller {
 | 
			
		||||
        $artist = $this->input->get('artist');
 | 
			
		||||
        $query = $this->input->get('query');
 | 
			
		||||
 | 
			
		||||
        $albums = $this->model_music->getAlbums($genre, $order, $artist);
 | 
			
		||||
        $albums = $this->model_music->getAlbums($genre, $order, $artist, $query);
 | 
			
		||||
 | 
			
		||||
        $genres = $this->model_music->researchtype();
 | 
			
		||||
        $artists = $this->model_music->nameArtist();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user