/SGL/WizardController.php| Class | Description |
|---|---|
SGL_WizardController
|
Inherit from HTML_QuickForm_Controller to build multi-page forms (wizards). |
SGL_WizardControllerJump
|
The action handles the HTTP redirect to a specific page. |
SGL_WizardControllerProcess
|
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. |
SGL_WizardControllerDisplay
|
This action handles the output of the form. |
require_once
('HTML/QuickForm/Action/Next.php')
(line 43)
require_once
('HTML/QuickForm/Action.php')
(line 41)
require_once
('HTML/QuickForm/Action/Display.php')
(line 42)
require_once
('HTML/QuickForm/Action/Back.php')
(line 44)
require_once
('HTML/QuickForm/Renderer/Default.php')
(line 47)
require_once
('HTML/QuickForm/Action/Jump.php')
(line 45)
require_once
('HTML/QuickForm/Controller.php')
(line 46)
Documentation generated on Tue, 23 Feb 2010 18:14:34 +0000 by phpDocumentor 1.4.3