Re: HABTM dropdown in add.ctp

2013-05-04 Thread Timon Guggenbuehl
solved -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-p

HABTM dropdown in add.ctp

2013-05-03 Thread Timon Guggenbuehl
Hi there, I have 4 tables: - childs - peroples - childs_peoples - type Between childs and parents I have a HABTM relationship, the join table is childs_parents. In my type table there're values like "mother", "vather", "oncle" ... On peoples i have a fk to the type table. Now to my actual ques