symfony: page navigation links

by prettyscripts on 2009-07-10 11:55:07 • Leave a comment »

phpsymfony

pagination helper in the code snippets section of symfony’s website. the code is modified to include <ul> and <li> tags and to correctly parse uri when passed as routing rule:function page_navigation($pager, $uri) { $pages = array();… more »

Tags: navigation, page, symfony