Hello everyone, I want to init/construct an extension of the Zend_Form class, passing to it a parameter (a model object, from which the values to be displayed are to extracted). How can I do that, using the init() method? As I read, overriding the __construct method is not recommended, so the init() method is the only one that remains. Thank you, Andrei
