> At 02:10 PM 4/26/2001 +0900, Yasuo Ohgaki wrote:
> >"Steven Haryanto" <[EMAIL PROTECTED]> wrote in message
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > At 4/25/2001 09:02 PM, Reuben D Budiardja wrote:
> >
> >*SNIP*
> >
> > > What I *really* like to see in PHP is:
> > >
> > > - NAMESPACE
> > > - TRACEBACK INFO
> > > - exception (try-except block)
> > > - $obj->method()->anotherMethod()
> > > - real destructor would be nice, but not extremely important for
> > >    the time being, due to the nature of PHP usage in Web pages
> >
> >I agree, but
> >
> >$obj->method()->anotherMethod()
> >
> >works for me. What does not work to be specific?
> 
> I don't know how it works for you because it's not supported :)
> 

I got it what you and he means.
I thought $obj->anotherObj->method(), but it was 

> >$obj->method()->anotherMethod()

He means calling anotherMethod() from a method(), it does not work :)
Is there any good supporting this? (and why need this?)

--
Yasuo Ohgaki



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to