en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Kom1/Pagination/Maj/selectionnePagination.php

<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.
//changement de nombre d'éléments par page

// $CONFIG['Controle']['Pagination'] = tableau des nombres possibles chargé dans config_site.php
$ItemsParPage $_REQUEST['ItemsParPage'];
if (
in_array($ItemsParPage$CONFIG['Controle']['Pagination'])) {
    
$DIALOG['Pagination'] = $ItemsParPage;
    
Beurk_messageEtape("Nombre d'éléments par page sélectionné"false);
    
    
//si la fonction de stockage a été définie, stockage de la nouvelle pagination en préférence de l'utilisateur
    
if ($CONFIG['Module']['Kom1']['Fonctions']['EstLogue']() && isset($CONFIG['Module']['Kom1']['Fonctions']['SauvePagination']))
        
$CONFIG['Module']['Kom1']['Fonctions']['SauvePagination']($IdMaj);
    
} else 
Beurk_messageEtape("Nombre d'éléments par page inconnu"true);


© 2010-2015 by ToolOscope SASU. © 2016-2018 by Arnaud De Rette. All rights reserved