FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Operator precedence
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Object constructors/destructors (was: Operator precedence) [message #185079 is a reply to message #185075] Tue, 25 February 2014 21:19 Go to previous messageGo to previous message
Christoph Michael Bec is currently offline  Christoph Michael Bec
Messages: 207
Registered: June 2013
Karma:
Senior Member
Jerry Stuckle wrote:

> On 2/25/2014 2:19 PM, Christoph Michael Becker wrote:
>> Jerry Stuckle wrote:
>>
>>> I have my own problems with PHP - for instance, it is entirely possible
>>> to create an object without calling a constructor - a violation of OO
>>> principles. But I work around it.
>>
>> How is it possible to create an object without its constructor (if
>> defined) being called?
>>
>
> Load the object from the $_SESSION. The constructor will not be called.
>
> However, the constructor is called when the original object was created,
> and the destructor called when the original object goes out of scope.
> The destructor is also called when the object loaded from the $_SESSION
> goes out of scope.
>
> The result is one constructor call and two destructor calls. A
> violation of OO principles.

Um, I'm not sure whether this is a violation of OOP principles. Storing
an object in the session requires serialization of the object, what is
somewhat comparable to cloning an object. So actually, you're not
working with the *same* object.

Anyway, you can work around these issues by using the magic methods
__sleep() and __wakeup(), as you probably know. :)

--
Christoph M. Becker
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Correlating curl resources to some other object.
Next Topic: Experienced Web designer required
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri May 10 09:51:54 GMT 2024

Total time taken to generate the page: 0.04181 seconds