SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class CaptchaController

Used for generating CAPTCHA images and explanatory text

Functions

NameVisibilityDescription
aboutpublicOutput info about CAPTCHAs; should be displayed in a popup
imagepublicRender a CAPTCHA image

public about

void $CaptchaController->about ( );

Output info about CAPTCHAs; should be displayed in a popup

public image

void $CaptchaController->image ( int $num );

Render a CAPTCHA image
See https://en.wikipedia.org/wiki/CAPTCHA for information about CAPTCHAs