goto first page ("First") already displayed if you are on second or further pages
next page ("Next") already displayed
prevouis page ("Back") already displayed if you are on second or further pages
goto end is not implemented because phpMiniAdmin doesn't count number of records, it simply provide you page navigation so you decide where to go. Also you may just add "order by XXX desc" to query and see records from last to first order
sorting also can be easily done right in your queires by adding "order by XXX"
same with search - just use "FIELD LIKE '%SEARCH_STRING%"
I am open to discussion about features, but I just want to keep phpMiniAdmin as simple as possible. If you show some cases where described features (goto end, search, sorting) is extremely useful I might agree and implement it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
thank you for request. There are my comments:
I am open to discussion about features, but I just want to keep phpMiniAdmin as simple as possible. If you show some cases where described features (goto end, search, sorting) is extremely useful I might agree and implement it.