Re: form definitions in mysql
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: form definitions in mysql

From: Carl Vondrick <spammers@suck.com>
Date: Mon May 01 2006 - 04:52:05 CEST

zach wrote:
> Perhaps this is not an uncommon technique, but I haven't come across it
> before. Has anyone seen this methodology described, either in print or on
> the web?

Yes, I am currently writing (for fun) an form library for me. The code is
used like so:

$contact = new form;
$pd = $contact->add_section('Personal Details');
$pd->add_text('First Name')->add_rule('max-len', 100);

It's pretty neat, but still unstable.

Carl

-- 
Carl Vondrick
Web-Enginner
www.CarlSoft.net
To contact me, please use my website.
Received on Mon May 1 03:08:19 2006