MongoDB-Rox / phpMoAdmin-MongoDB-Admin-Tool-for-PHP

MongoDB administration tool for PHP built on a stripped-down version of the Vork high-performance framework
http://www.phpMoAdmin.com
GNU General Public License v3.0
187 stars 86 forks source link

*Addition* First and Last page pagination #13

Closed developersteve closed 7 years ago

developersteve commented 12 years ago

Ive added this to our versions

adds go to first page

line 2351

$paginator = "<a href='".$baseUrl . '?' . http_build_query($get) . '&collection=' . urlencode($collection)."'>|&lt;</a> " . $paginator;

adds go to last page

line 2357

$paginator = $paginator." <a href='".$baseUrl . '?' . http_build_query($get) . '&collection=' . urlencode($collection)."&skip=".($mo->mongo['count'] - $objCount)."'>&gt;|</a> ";

MongoDB-Rox commented 7 years ago

Good suggestion, this functionality is added in Version 1.1.4