On Tue, Mar 1, 2011 at 11:56 AM, Andrew Farnsworth <[email protected]> wrote: > On Tue, Mar 1, 2011 at 12:54 PM, Gabrial Casey <[email protected]> wrote: >> >> I use cakephp which is a really mature MVC framework. basic CRUD apps >> are a breeze. form creation and ajax support is built in. > > > That would work for me, but probably not for her. She is really looking for > a GUI tool. I guess I should have stated that in the original message.
Does she need to self-host it? If she just needs basic data collection, then she could use try google spreadsheets forms: http://docs.google.com/support/bin/answer.py?hl=en&answer=87809 then export the csv and reimport to her local database, or whatever. The somewhat cool thing you can do is replace the frontend and still submit to the same google docs backend. (I've done that before[1] to get confidential data without needing to run a random dynamic web service). Otherwise, the best bet may be one of the cms suites (for automagic gui action), but they are often pretty scarily buggy. cheers, will [1] https://www.ocert.org/secure/submit_vuln.html -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
