| 
| Size: | 8013 | 
| Storage flags: | no_autoload,compress/gzip (32%) | 
TODO
Basic usage:
1 2 3 4 5 6 7 8 9 10 11 12 13  | 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
 | 
The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.