Behind the scenes your HABTM automagic becomes

    Users hasMany SkillsUsers belongsTo Users
    Skills hasMany SkillsUsers belongsTo Skills

So you can create the SkillsUsers model in your application, and add
the columns 'id' and 'years' to its table.

On Oct 29, 9:56 pm, "Dave" <[email protected]> wrote:
> Can you add additional fields to HABTM tables?
>
> Users <-> Skills
> User can select their skill and have an extra field where they can put in a
> numeric value for years with that experience?
>
> Thanks
>
> Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to