Posted by tatsudoshi on 10/17/06 10:57
"Jerry Stuckle" <jstucklex@attglobal.net> skrev i en meddelelse
news:QYGdnYNb7bJeKanYnZ2dnUVZ_uqdnZ2d@comcast.com...
> tatsudoshi wrote:
>> ----- Original Message -----
>> From: "Jerry Stuckle" <jstucklex@attglobal.net>
>> Newsgroups: comp.lang.php
>> Sent: Tuesday, October 17, 2006 4:45 AM
>> Subject: Re: Class variable problem
>>
>>
>>>The real question here is - how are you opening the object? Are you
>>>creating a second object or are you referencing the existing object.
>>>
>>>The code you're using to access it is also very important.
>>>
>>>--
>>>==================
>>>Remove the "x" from my email address
>>>Jerry Stuckle
>>>JDS Computer Training Corp.
>>>jstucklex@attglobal.net
>>>==================
>>
>>
>> Your ansewer is message Re: Class variable problem : 17-10-2006 08:42
>> Sorry :-/
>>
>>
> (Top posting fixed)
>
> Sorry, I don't see where you're showing the code you use to save and
> restore the object. You indicate you're using the session, but that's
> all. What's the actual code you're using?
>
> This would be a lot easier if you could create a simplified case where we
> could see exactly what you're trying to do. It's very difficult to go
> through hundreds of lines of code to understand what someone else is doing
> in a few minutes of spare time :-)
>
> Also, a couple of tips. Please don't top post - this newsgroup uses
> bottom posting (like this) or inline posting (responses mixed in and
> immediately after the question) as a standard.
>
> Also - I found the message you referenced. But I'm in a different time
> zone. To me your message was posted at 2:42 AM.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
I see. Thanks for the tips. I will make a simple example when I get home :-)
[Back to original message]
|