It follows that __construct() should call initialize() itself because
it's no good to use a logically uninitialized object.

$obj = new sfAnything($foo, $bar);

instead of

$obj = new sfAnything;
$obj->initialize($foo, $bar); // might be forgotten


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to