By generator I mean, like MakeForm('Form1 '); pushes out a user password form. Then MakeForm('Form2 '); make form that adds Car data information into a DB?
That kind of thing.
I was originally thinking about a "String" parser like this: "fName=Name|fTy pe=Text|fSize=1 3|fMaxLen=25|". Would print out a <input> tag with the above listed parameters.
Anyone have a thought on this?
Cause my project is gonna have atleast 20 forms or more. And i'd rather have a dynamic maker / parser / etc, then 20+ individual form functions or w/e. It feels sloppy and not well made.
That kind of thing.
I was originally thinking about a "String" parser like this: "fName=Name|fTy pe=Text|fSize=1 3|fMaxLen=25|". Would print out a <input> tag with the above listed parameters.
Anyone have a thought on this?
Cause my project is gonna have atleast 20 forms or more. And i'd rather have a dynamic maker / parser / etc, then 20+ individual form functions or w/e. It feels sloppy and not well made.
Comment