I'm getting the white screen of death (WSoD) even after making sure
that all association names (aliases?) are named uniquely. So I'm now
wondering if my table associations are invalid for some reason.

What I have are two tables, call them A and B, that are associated via
belongsTo/hasMany. I have a third table, call it C, that is a simple
look-up table that each of the first two tables needs to draw from.
Both A and B need to use C for two look-ups each and are each
connected to C via belongsTo associations. C is associated to both A
and B in turn using hasMany. This forms a sort of triangle in my table
diagramming tool.

A >- B
\\     //
   C

A belongsTo B. B hasMany A. A belongsTo C. A belongsTo C again. B
belongsTo C. B belongsTo C again.

C hasMany A. C hasMany A again. C hasMany B. C hasMany B again. Each
association has a unique name. Each table has an autoincrement integer
as key.

Is this not allowed? Is this causing my WSoD? What details do you need
that might help solve my problem?

Should I use xdebug? Does someone know of a good tutorial? The
documentation on the site is baffling.

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