Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-29 Thread Jochem Maas
Norbert Wenzel wrote: I have to say thank you to you both. In fact I still don't know what exactly was wrong or may have caused this error (output buffering was off, and there was no @ in the whole file) but after a night of sleep I tried again before reinstalling the server and everything work

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-29 Thread Norbert Wenzel
I have to say thank you to you both. In fact I still don't know what exactly was wrong or may have caused this error (output buffering was off, and there was no @ in the whole file) but after a night of sleep I tried again before reinstalling the server and everything worked as fine as it shoul

RE: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread Rob Agar
hi Norbert, Have you tried print_r($_SESSION['view'])? I'm wondering if there's some problem recreating the class instance from the session data... Rob > -Original Message- > From: Norbert Wenzel [mailto:[EMAIL PROTECTED] > Sent: Thursday, 29 September 2005 2:58 AM > To: php-general@li

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread Jochem Maas
mail wrote: Norbert Wenzel wrote: Hi, i have a very strange example of code. Maybe you know where my mistake could be. I've got an index.php with a few div's and a short php code, like: echo $_SESSION['view']->getContent(); The view is in every case one of my view objects. And there's the pro

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread mail
>Norbert Wenzel wrote: >> Hi, i have a very strange example of code. Maybe you know where my >> mistake could be. >> >> I've got an index.php with a few div's and a short php code, like: >> echo $_SESSION['view']->getContent(); >> >> The view is in every case one of my view objects. And there's t

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread Jochem Maas
Norbert Wenzel wrote: Hi, i have a very strange example of code. Maybe you know where my mistake could be. I've got an index.php with a few div's and a short php code, like: echo $_SESSION['view']->getContent(); The view is in every case one of my view objects. And there's the problem. In my s