aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_Controller/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-09-02 11:55:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-09-02 11:55:22 +0000
commit4186a585f99833818b1fe398e772784bc013a4d6 (patch)
treebe87da62f81d7332a676eca447d68556f5df5dce /devel/pear-HTML_QuickForm_Controller/pkg-descr
parent06662bc7be978e5bbff0435ae90990c7d8295a8d (diff)
downloadports-4186a585f99833818b1fe398e772784bc013a4d6.tar.gz
ports-4186a585f99833818b1fe398e772784bc013a4d6.zip
Notes
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).