HTML_QuickForm_Controller
[ class tree: HTML_QuickForm_Controller ] [ index: HTML_QuickForm_Controller ] [ all elements ]

File: wizard.php

Source Location: /HTML_QuickForm_Controller-1.0.4/examples/wizard.php

Classes:

The class represents a page of a multipage form.
PageSecond
The class represents a page of a multipage form.
The class represents a page of a multipage form.
Class representing an action to perform on HTTP request. The Controller will select the appropriate Action to call on the request and call its perform() method. The subclasses of this class should implement all the necessary business logic.

Page Details:

Includes:

require_once('HTML/QuickForm/Controller.php') [line 8]
Example 2 for HTML_QuickForm_Controller: Wizard

$Id: wizard.php,v 1.2 2003/10/02 12:49:38 avb Exp $

require_once('HTML/QuickForm/Action/Next.php') [line 11]
require_once('HTML/QuickForm/Action/Back.php') [line 12]
require_once('HTML/QuickForm/Action/Jump.php') [line 13]
require_once('HTML/QuickForm/Action/Display.php') [line 14]

Documentation generated on Mon, 11 Mar 2019 14:10:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.