yii: where are first and last navigation buttons?

by prettyscripts on 2010-11-23 16:49:00 • Leave a comment »

phpyii

with displaying pages of results with CGridView, there are page links to navigate to various pages. there are 'Previous' and 'Last buttons. but where are 'First' and 'Last' buttons? when viewing the source code, you can see these buttons in html code.… more »

Tags: buttons, framework, navigation, yii

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