Listing 27.12. Przykład użycia klasy Zend_Form_Element_Hash
$kontrolka = new Zend_Form_Element_Hash('ochrona_csrf');
$this->addElement($kontrolka);