c0rnf3d Posted December 4, 2008 Share Posted December 4, 2008 (not sure this is the correct area for this posting but not sure where else it fits) Having written php for the past year or so i have found myself spending a crazy amount of time writing basic forms and form validation (both js and serverside). I have spent a decent amount of time searching the web trying to find a class that would generate a form and handle error checking all in one. The only class i found that does this even remotely decent is $100. So im asking the community, do you know any php classes that will generate and handle forms & error checking? Link to comment https://forums.phpfreaks.com/topic/135512-php-form-classes/ Share on other sites More sharing options...
Mchl Posted December 4, 2008 Share Posted December 4, 2008 Zend Framework has one ExtJS is a JavaScript library, that I also find very helpful. Link to comment https://forums.phpfreaks.com/topic/135512-php-form-classes/#findComment-706090 Share on other sites More sharing options...
c0rnf3d Posted December 4, 2008 Author Share Posted December 4, 2008 based of my limited exposure to the zend framework and reading the docs on the forms section, its almost like learning a new language just to get form generation. but that js library you sent is pretty sweet. haven't been exposed to that one before. thanks! if anyone else has recommendations on a simple class that would handle this, let me know. Link to comment https://forums.phpfreaks.com/topic/135512-php-form-classes/#findComment-706145 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.