in reply to Suggestions for a web survey framework
Personally, I'd recommend a simple app in Catalyst. I actually have some code lying around I put together a small voting app with.
It's pretty easy. You could get most of the CRUD out of the way with Catalyst and an ORM of your choice, and focus on the business logic, ie. survey tallies, statistics, etc.
mtfnpy
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Suggestions for a web survey framework
by Anonymous Monk on Oct 16, 2009 at 18:42 UTC | |
by roboticus (Chancellor) on Oct 16, 2009 at 18:46 UTC | |
by stonecolddevin (Parson) on Oct 16, 2009 at 18:47 UTC | |
by Anonymous Monk on Oct 16, 2009 at 18:55 UTC | |
Re^2: Suggestions for a web survey framework
by Anonymous Monk on Oct 16, 2009 at 18:59 UTC |