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

File: statemachine.php

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

Classes:

PageFirstActionNext
The action for a 'next' button of wizard-type multipage form.
PageSecondActionNext
The action for a 'next' button of wizard-type multipage form.
PageSecondActionBack
The action for a 'back' button of wizard-type multipage form.
PageThirdActionBack
The action for a 'back' button of wizard-type multipage form.
PageFirst
The class represents a page of a multipage form.
PageSecondAlpha
The class represents a page of a multipage form.
PageSecondBeta
The class represents a page of a multipage form.
PageThird
The class represents a page of a multipage form.
ActionProcess
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 11]
Example for HTML_QuickForm_Controller: Statemachine Going to either of the two pages based on user input
require_once('HTML/QuickForm/Action/Next.php') [line 14]
require_once('HTML/QuickForm/Action/Back.php') [line 15]
require_once('HTML/QuickForm/Action/Jump.php') [line 16]
require_once('HTML/QuickForm/Action/Display.php') [line 17]

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