Re: [PHP-DEV] Re: RfC: *_fetch_object()

2002-11-09 Thread Timm Friebe
On Fri, 2002-11-08 at 23:41, Yasuo Ohgaki wrote: I don't mind making pg_fetch_object() accept object (not class) optionally and initialize field values as object's properties. What you're saying would be: $a= pg_fetch_object($q, new Article()); It is certainly not common for PHP

[PHP-DEV] Re: RfC: *_fetch_object()

2002-11-08 Thread Yasuo Ohgaki
I don't mind making pg_fetch_object() accept object (not class) optionally and initialize field values as object's properties. How about other db module maintainers? BTW, pg_fetch_object() accepted 3rd optional parameter for a long time. I've disabled it recently, since having