I have used HABTM to implement it. The problem that I am receiving is I am
getting is

** SQLSTATE[42S22]: Column not found: 1054 Unknown column
'UsersCertification.user_id' in 'on clause'

Any ideas?


On Wed, Jul 11, 2012 at 12:58 AM, Harsha M V <har...@mink7.com> wrote:

> users(id, name, email,...)
> skills (id, name, description..)
> users_skills (id, user_id, skill_id) --> HABTM join table
>
>  --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>



-- 
Best Regards,
Mohit Kumar

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to