Search cake world for HABTM
(it is the name of the relation you are willing to build : Has And 
Belong To Many)

milicic.marko wrote:
> Hi Bakers,
>
> I'm trying to put together simple Signup page.
>
> I have member model with userinfo fields like
>
> Firstname, lastname, username, password, email etc.
>
> I folowed blog tutrial and implemented logic for
>
> inserting members into table. BUT BUT BUT
>
> Now I want to allow my users to choose one of the
>
> my services defined in SERVICES table. So, after
>
> successfull signup, I should make connection betwen
>
> user_id and service_id in MEMBER_SERVICE table.
>
> What is the natural way to implement this with
>
> cakePHP?
>
> Let's say the same with simple words! How to
>
> implement simple form (with validation on model
>
> level) which works with multiple tabes??
>
> Please help me
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
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