Posted by Toby A Inkster on 05/22/07 07:04
jmark wrote:
> What is the main difference between your approach and PEAR
> HTML_QuickForm?
> http://pear.php.net/package/HTML_QuickForm
Conceptually they are fairly similar. I looked at HTML_QuickForm to begin
with, but it was unsuitable for my project for the following reasons:
1. It went a bit too far -- it was a big framework for form
input, whereas I wanted something a bit simpler; and
2. HTML_QuickForm ties you to XHTML 1.0.
My full rationale is explained at the top of my source code:
http://svn.sourceforge.net/viewvc/demiblog/trunk/blog/includes/DBF_Form.class?view=markup
--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python/Apache/Linux
[Back to original message]
|