Re: [PHP-DEV] object->method() chaining

2001-03-06 Thread The Doctor What
* Andi Gutmans ([EMAIL PROTECTED]) [010306 14:50]: > Hi, > > We are aware of this limitation. I am trying to think of a good way to > solve this and it isn't trivial. I'll try and come up with something. > > Andi I'll send you something Rackspace-ish if you solve this. Currently, this problem

Re: [PHP-DEV] object->method() chaining

2001-03-06 Thread Andi Gutmans
Hi, We are aware of this limitation. I am trying to think of a good way to solve this and it isn't trivial. I'll try and come up with something. Andi At 02:41 PM 3/6/2001 -0600, The Doctor What wrote: >I'm currently working on the DB project from h*ll. Why? Because >a lot of the tables of th

[PHP-DEV] object->method() chaining

2001-03-06 Thread The Doctor What
I'm currently working on the DB project from h*ll. Why? Because a lot of the tables of the normalized DB are mapped into objects and PHP's object support questionable at best. I've worked around the lack of multiple inheritance, and some of the other problems. But the inability to do something