[snip] I am looking for a absolute transparent interface to access each field a
s a object. So if i would have a table like this: tablename: namedtable ------------------ | id | foo | bar | ------------------ | 01 | aaa | uuu | ------------------ | 02 | bbb | mmm | ------------------ I could access it like this: namedtable->return() would give me the whole table namedtable->id(all) would give me [01, 02] namedtable->id(01) would give me [foo=>aaa, bar=>uuu] something like this [/snip] http://pear.php.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php