diff options
| author | 2013-05-02 09:44:34 +0200 | |
|---|---|---|
| committer | 2013-05-02 09:44:34 +0200 | |
| commit | 1c202b9364c766d1bd28a22a04b3f70077f23e84 (patch) | |
| tree | 1bd32b85febf70713ebaaafa3cc2d24983f9ed5b /app/models/RSSPaginator.php | |
| parent | 3dd7d245956bcf704c6be33b4fbf38a3f1b8ec2b (diff) | |
Correction code + ajout commentaires + à l'ajout d'un flux, on n'ajoute plus les trop vieux articles
Diffstat (limited to 'app/models/RSSPaginator.php')
| -rw-r--r-- | app/models/RSSPaginator.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/RSSPaginator.php b/app/models/RSSPaginator.php index 619b70380..7010291bc 100644 --- a/app/models/RSSPaginator.php +++ b/app/models/RSSPaginator.php @@ -1,5 +1,7 @@ <?php +// Un système de pagination beaucoup plus simple que Paginator +// mais mieux adapté à nos besoins class RSSPaginator { private $items = array (); private $next = ''; |
