test si connecté
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user