I have written a CFC code generator that creates CFCs for "noun"-type objects in a database. It creates all getters/setters, CRUD (create,read,update,delete) methods, and a list method, plus validation before any creates/updates. It is designed under the theory that most objects reisde in a single table. If your object is the result of a join, simply alter the CRUD methods to your needs and the methods should still function the same way.
I would welcome any and all beta testers that want to try it out and give me feedback (no matter how harsh!). If anyone is interested, you can try it out at: http://www.worldwildweb.biz/development/wwwCFCcreator/wwwCFCcreator.cfm To use it, just fill out the forms and when you submit, it will prompt you for an email address and send your CFC there. Please note that I am NOT saving any email addresses. This was just the easiest way for me to get the CFC to people using it. :) Thanks! ~Dave ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
