> usually i use PEAR and page thanks their table library

Table library? Y'know there's a dedicated paging library in PEAR,
imaginitively called "Pager".

> , but to avoid high
> transfer of data from DB to PHP page it is better to do the paging at
> database level.
> I would like to know what is your point of view on this topic and what do
> you use to do ?

My Datagrid does this for you. You simply give it a database
connection, along with an SQL query, and it does the rest:

http://www.phpguru.org/downloads/datagrid/latest/

-- 
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to