|
Posted by Carl Vondrick on 11/19/25 11:46
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.
Navigation:
[Reply to this message]
|