Package Home

Zend Framework 2 Documentation (Manual)

PHK Home

File: /_sources/modules/zend.form.view.helper.form-captcha.txt

Size:451
Storage flags:no_autoload,compress/gzip (55%)

:orphan:

.. _zend.form.view.helper.form-captcha:

FormCaptcha
^^^^^^^^^^^

TODO

.. _zend.form.view.helper.form-captcha.usage:

Basic usage:

.. code-block:: php
   :linenos:

   use Zend\Captcha;
   use Zend\Form\Element;

   $captcha = new Element\Captcha('captcha');
   $captcha
       ->setCaptcha(new Captcha\Dumb())
       ->setLabel('Please verify you are human');

   // Within your view...

   echo $this->formCaptcha($captcha);

   // TODO

For more information about the PHK package format: http://phk.tekwire.net