From a4173dd2e979773f9a65b51c20ef0708ba1474d5 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 8 Dec 2012 02:50:42 +0100 Subject: On simule la pagination pour optimiser les requêtes en BDD (évite de tout charger puis d'en jeter les 3/4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/index/index.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 0ddf4efdd..cf3e07752 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -1,4 +1,5 @@ -entryPaginator->items (); ?> +entryPaginator->items (true); ?> +
conf) || is_logged ()) { ?> -- cgit v1.2.3