PHP Script Codes > Simple Model Generator (ModGen)
Ever get tired of writing gets() and sets() or the same SELECT UPDATE DELETE queries day in and day out?
Check out this simple model generator.
It accepts a list of values, a form's URL, or a database connection and uses it to generate a data model and model factory.
It's free and easy to use, but does cache your model. If you would like your model to be removed from the site's cache, please email me.
If you have any suggestions or additional ideas, please feel free to contact me.
NOTE: I really only did this for my own use, but figured some other people mind like it as well. The database method is really intended for my own personal use. While no connection information is stored or written in the model, the site is not SSL secure.