From: Steven L. <st...@tu...> - 2005-01-06 20:04:56
|
On Sun, 2005-01-02 at 00:13 +0100, Ren=C3=A9 C. Kiesler wrot > So. Can you give me some advice on what to do? My suggestion would be to take a look at the List class found in the phpwebsite core. This is a trimmed down / more flexible version of Manager. It allows you to setWhere() and setSort(). It also splits what is pulled from the database from what actually displays in the table. By defining getListvarname functions you can filter data before it is shown. I believe this is exactly what you are looking for. Take a look at the current version of announce module for an example. --=20 Steven Levin |