Re: Simple Poll

2013-01-25 Thread lowpass
On Thu, Jan 24, 2013 at 9:14 PM, Advantage+ movepix...@gmail.com wrote: I need to create a simple poll for users and stumped on saving the results when user submits the poll. Poll hasMany Question Poll hasMany Result Question hasMany Choice This is how I did it: Poll hasMany

Simple Poll

2013-01-24 Thread Advantage+
I need to create a simple poll for users and stumped on saving the results when user submits the poll. Poll hasMany Question Poll hasMany Result Question hasMany Choice Pretty simple, but how do you save the results since viewing the poll creates a form to save Poll? View the poll/$id

Re: Simple Poll

2013-01-24 Thread polutan
to create a simple poll for users and stumped on saving the results when user submits the poll. ** ** Poll hasMany Question Poll hasMany Result Question hasMany Choice Pretty simple, but how do you save the results since viewing the poll creates a form to save Poll

RE: Simple Poll

2013-01-24 Thread Advantage+
needs to include poll_id, user_id, question_id, and choice_id (this data will then get pulled to create a chart) From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of polutan Sent: Friday, January 25, 2013 1:21 AM To: cake-php@googlegroups.com Subject: Re: Simple Poll