Hi korcs

I think that the answer to your problem probably lies with using hasMany 
and belongsTo associations, and models for each of your article tables, 
and a model for each of the junction tables.  This is the standard 
approach in Cake for allowing extra fields in join tables.  If the 
database tables naming conventions are not Cake friendly, then you can 
use the association specifications in each model to specify foreign keys 
and the like.

I suggest that you read up in the manual about hasMany and belongsTo 
relationships, and search this group for discussions on HABTM and extra 
fields in join tables.

Regards,
Langdon


korcs wrote:
> Hi Bakers,
> 
> i am making my first steps in the exciting cake world and i am facing
> now a bit trickier problem. I suggest that the problem is not
> that tricky if you are more experienced than i, so i think you could
> maybe have some good hints for 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to