tefuzz Posted April 19, 2009 Share Posted April 19, 2009 How hard would creating a form class be? I'm still pretty new to PHP, and i have some rather long forms I need built. I had a smaller contact form I made and just used some IF statements to determine whether to output an error or not, but with the amount of fields i'll be using A class seems like the best option. Link to comment https://forums.phpfreaks.com/topic/154755-form-class/ Share on other sites More sharing options...
DarkSuperHero Posted April 19, 2009 Share Posted April 19, 2009 the first class i ever wrote(by myself) was one that generated form fields... :-) i think its a good start.... Link to comment https://forums.phpfreaks.com/topic/154755-form-class/#findComment-813815 Share on other sites More sharing options...
tefuzz Posted April 19, 2009 Author Share Posted April 19, 2009 I think so too, I just dont know where to start...I have searched google for "php form class" "php form class tutorial" but the results are mixed, and not really anything helpful... ANy tips on where to start? Link to comment https://forums.phpfreaks.com/topic/154755-form-class/#findComment-813818 Share on other sites More sharing options...
jOE :D Posted April 19, 2009 Share Posted April 19, 2009 I tried CakePHP once and they had a great form class. You could check out their documentation for ideas on what to include in yours! Link to comment https://forums.phpfreaks.com/topic/154755-form-class/#findComment-813933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.