On Aug 3, 2006, at 4:15 AM, Peter Boosten wrote:

>
> Hi all,
>
> Just wondering:
>
> I've written an online survey in plain PHP (to be used in near future)
> which
> pulls its questions from MySQL and puts the answers (after presented
> via a
> form) back into a table.
>
> It's getting complicated: the questions belong to a certain category,
> which
> belong to a certain survey (so I can have more surveys in the database
> with
> their questions). Each category has one 'answer type' (possible  
> answers
> to
> one question).
>
> So far I 'baked' this data model in Cake.
>
> Can Cake do what I want? Is it possible to create a controller pulling
> all that data from my database (from 5 different tables) and put the
> output of the form in a sixth table?

Well if you would  have said just four tables I would have said yes,  
but five is really pushing it.

Just kidding. ;)

You should be able to associate your models and get it done - seems  
workable, to be sure. If you have specific questions, ask them here  
or in our IRC channel.

-- John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to