Hello there!
=20
As it's my first post, I'd like to introduce myself. My name is Ren=E9
Kiesler, I'm student of the technical university in Vienna, Austria. =
I've
been hacking my way through phpwebsite since about march 2004, you can =
find
my main site on http://www.kiesler.at/
=20
About my question. I've hacked the manager core class to be able to work
with a where-clause. While this works almost the way I want it to, there =
are
two drawbacks:
=20
- the first call of $this->getList() gives me everything the way I want =
it.
From the second call on, the calculated fields aren't calculated =
anymore.
For example, I get the raw output of a date instead of the one processed =
by
getDate() or whatever I call my method.
=20
- also, I've figured out that there already is a method, that should =
filter
stuff the way I intended it to. It's called "setSort". But when I use =
it, I
don't get any output.
=20
So. Can you give me some advice on what to do?
=20
Thank you,
=20
Ren=E9!
|