Just a customer of mine who said that he'll be running PHP 4 and 5 on the
same server, and that he would share session data ;-)
Bye.
Julien.P
2008/4/7 Richard Heyes <[EMAIL PROTECTED]>:
> Have you seen how PHP makes difference between private, protected and
> > public
> > attributes of an object
Have you seen how PHP makes difference between private, protected and public
attributes of an object, into the session file ?
There are special caracters before them to recognize them.
So the question is : is PHP4 able to read such a session file ?
And how will it interpret them when we ask him t
Have you seen how PHP makes difference between private, protected and public
attributes of an object, into the session file ?
There are special caracters before them to recognize them.
So the question is : is PHP4 able to read such a session file ?
And how will it interpret them when we ask him to
On Sun, 2008-04-06 at 11:02 -0400, Mark Weaver wrote:
> So, if I create a user object, set the properties of said user object
> and store that object in the user session will that object be available
> throughout the application from the session?
http://phpro.org/tutorials/Introduction-To-PHP-
Richard Heyes wrote:
So, if I create a user object, set the properties of said user object
and store that object in the user session will that object be
available throughout the application from the session?
Yes. Just remember to include the class definition before you start the
session on su
So, if I create a user object, set the properties of said user object
and store that object in the user session will that object be available
throughout the application from the session?
Yes. Just remember to include the class definition before you start the
session on subsequent pages, otherw
Hi All,
I've got something on my little mind, and please keep in mind I'm still
somewhat new to PHP Oop, so please excuse my silly ass if I ask
something that should be obvious.
I've got an application that I'm re-writing from PERL to PHP Oop. At the
beginning of the application, at log in,
7 matches
Mail list logo