On Tue, Apr 06, 2004 at 01:38:17PM -0500, jason scott gessner wrote:
> I have written a wrapper API around Data::FormValidator and it is 
> getting close to being sharable.

I think I can summarize the primary difference between this interface
and the current one. With the current one, you define your validation
profile with concepts like "these are all the constraints that will be
applied" and "these are all required fields", and so forth.

This new API is based around fields instead. So you have concepts 
like "this field is required" or "this field as a particular
constraint". 

That clarification doesn't lead me to great name though. 
Here are some which seem to have right meaning, but I'm don't
really like them anyway.

Data::FormValidator::FieldBased
Data::FormValidator::ElementAPI
Data::FormValidator::Elemental

Out of those, I like "Elemental" the best.

        Mark

--
 . . . . . . . . . . . . . . . . . . . . . . . . . . . 
   Mark Stosberg            Principal Developer  
   [EMAIL PROTECTED]     Summersault, LLC     
   765-939-9301 ext 202     database driven websites
 . . . . . http://www.summersault.com/ . . . . . . . .

Reply via email to