Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/06/2009, 14:44
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: palabra del Zend_Form_Element_Captcha

Pues:
Código php:
Ver original
  1. $captcha = new Zend_Form_Element_Captcha('human', array('label' => 'Eres humano ? ', 'captcha' => $config) );
  2. $form->addElement($captcha);  
  3. $word = $form->human->getCaptcha()->getWord();

Saludos.