I am mulling over whether I should place metadata in an XML file, then creating an object that automates validation. The reasoning behind this is, adding or removing validation for user input would be a matter updating an XML file.
I was curious what the opinions of others were on the usefulness of automating field validation in PHP.
It seems these days, I'm having a tough time writing code without get consensus of other programmers. :-|