K 10 svn:author V 5 edwin K 8 svn:date V 27 2004-09-02T11:55:22.000000Z K 7 svn:log V 652 New port: devel/pear-HTML_QuickForm_Controller The package is essentially an implementation of a PageController pattern. Architecture: * Controller class that examines HTTP requests and manages form values persistence across requests. * Page class (subclass of QuickForm) representing a single page of the form. * Business logic is contained in subclasses of Action class. Cool features: * Includes several default Actions that allow easy building of multipage forms. * Includes usage examples for common usage cases (single-page form, wizard tabbed form). PR: ports/71281 Submitted by: Dmitry Karasik END