while i try to learn Zend framework i saw this code:
I'm new in OOP, i need an example to do something like that.
Code:
$this->addDecorator('FormElements')->addDecorator('HtmlTag', array('tag' => 'dl'))->addDecorator('Fieldset')->addDecorator('DtDdWrapper');
Comment