Re: [PHP] Morph an object

2003-06-06 Thread [EMAIL PROTECTED]
Torben, Thanks for your help. I got it to work by creating a constructor that took the content as an argument then set the property $this->content = SetContent($content); Then in my script I instantiated the object with the login form as the content. I created a switch case for the result of the

Re: [PHP] Morph an object

2003-06-05 Thread Lars Torben Wilson
On Wed, 2003-06-04 at 17:18, [EMAIL PROTECTED] wrote: > You have the problem right. What do you mean by a "server push"? Sounds > interesting... > > Anyway I have to display something. Since its a login, the user needs their > interface. I think I'll have to introduce another page... I'd love

Re: [PHP] Morph an object

2003-06-05 Thread [EMAIL PROTECTED]
You have the problem right. What do you mean by a "server push"? Sounds interesting... Anyway I have to display something. Since its a login, the user needs their interface. I think I'll have to introduce another page... I'd love to avoid that though... /T on 6/4/03 18:10, Lars Torben Wils

Re: [PHP] Morph an object

2003-06-05 Thread Lars Torben Wilson
On Wed, 2003-06-04 at 14:43, [EMAIL PROTECTED] wrote: > All ye noble Knights of PHP: > > Got an interesting problem, > > I am creating a login routine for my PHP website. Each page is an extension > of the root page object. I am creating a loginpage.php which is an object > with a constructor: