summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Controller/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-HTML_QuickForm_Controller/pkg-descr')
-rw-r--r--devel/pear-HTML_QuickForm_Controller/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/pear-HTML_QuickForm_Controller/pkg-descr b/devel/pear-HTML_QuickForm_Controller/pkg-descr
new file mode 100644
index 000000000000..ea9511cbb6f8
--- /dev/null
+++ b/devel/pear-HTML_QuickForm_Controller/pkg-descr
@@ -0,0 +1,12 @@
+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).