This has been changed in symfony 1.1 where the constructor calls the initialize() method.
Fabien -- Fabien Potencier Sensio CEO - symfony lead developer http://www.sensiolabs.com/ http://www.symfony-project.com/ Sensio Labs Tél: +33 1 40 99 80 80 rihad wrote: > 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 -~----------~----~----~----~------~----~------~--~---
