[fw-general] [Zend_Mail] How to get an attached files ?

2008-12-16 Thread Grooters Erwan
; echo "Content:\n"; print_r($part->getContent()); } I can take the content of the attached part, but I can't find the NAME of this part... Thanks, Grooters Erwan

Re: [fw-general] [Zend_Form] MultiCheckbox

2008-05-29 Thread Grooters Erwan
It Works :D Really big thanks for your help !! Matthew Weier O'Phinney a écrit : -- Grooters Erwan <[EMAIL PROTECTED]> wrote (on Thursday, 29 May 2008, 09:00 AM +0200): Thanks for your help, So I wrote this: $attribute = new Zend_Form_Element_MultiCheckbox(&#

Re: [fw-general] [Zend_Form] MultiCheckbox

2008-05-29 Thread Grooters Erwan
addMultiOption('fooo', 'fooo'); $attribute->addMultiOption('test', 'test'); $attribute->setValue(array('fooo' => true)); But it doesn't work, it checked all my box and not only the "fooo"... Any idea why ? Thanks,

[fw-general] [Zend_Form] MultiCheckbox

2008-05-28 Thread Grooters Erwan
How is it possible to checked a checkbox with an addMultioption ? Thanks in advance. Grooters Erwan