Commit de Louay (problème de PC)

This commit is contained in:
stiti
2024-05-22 20:03:53 +02:00
parent 4e02203e84
commit 6fa5b60331
7 changed files with 164 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ class Albums extends CI_Controller {
}
public function index($page = 1){
$limit = 21;
$limit = 21; // Nombre d'albums max par page
$offset = ($page - 1) * $limit;
$albums = $this->model_music->getAlbums($limit, $offset);