diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-09-02 11:55:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-09-02 11:55:22 +0000 |
commit | 4186a585f99833818b1fe398e772784bc013a4d6 (patch) | |
tree | be87da62f81d7332a676eca447d68556f5df5dce /devel/pear-HTML_QuickForm_Controller/distinfo | |
parent | Update port: databases/pear-DB_DataObject (diff) |
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 <dmitry@karasik.eu.org>
Notes
Notes:
svn path=/head/; revision=117925
Diffstat (limited to 'devel/pear-HTML_QuickForm_Controller/distinfo')
-rw-r--r-- | devel/pear-HTML_QuickForm_Controller/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-HTML_QuickForm_Controller/distinfo b/devel/pear-HTML_QuickForm_Controller/distinfo new file mode 100644 index 000000000000..00de089ba317 --- /dev/null +++ b/devel/pear-HTML_QuickForm_Controller/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/HTML_QuickForm_Controller-1.0.2.tgz) = 80eb2c4cfc70565a6e6a8f240d767e36 +SIZE (PEAR/HTML_QuickForm_Controller-1.0.2.tgz) = 14363 |