Re: [PHP] Syntax query

2003-03-09 Thread Nik Makepeace
On Mon, 2003-03-10 at 03:01, Ernest E Vogelsinger wrote: > At 13:38 09.03.2003, Nik Makepeace said: > [snip] > >Can anyone tell me why this doesn't work: > > > >$db_object = pg_fetch_object($this->getLastResult()); > > pg_fetch_object() returns an object wit

Re: [PHP] Syntax query

2003-03-09 Thread Ernest E Vogelsinger
At 13:38 09.03.2003, Nik Makepeace said: [snip] >Can anyone tell me why this doesn't work: > >$db_object = pg_fetch_object($this->getLastResult()); > >In imaginary interactive mode, it works like this: > >ME > echo $this->getLastResult(); >PHP> Resource id #6