Ok my question is this. How do you associate a record from a table
without an ID tie-in. I.E. i'm developing a zencart add-on and
basically there is the following map I want to relate;

products (
  products_id #main ID field
  ... #other fields
)
products_description ( #i've already used $useTable since description
isn't plural like cake expects
  products_id #main ID field is same as products table, hence the no
ID tie-in
  ... #other fields
)
-------------------
Basically I want to get the description field from into the products
model from the model component. That way I can work with it from the
controller component. Now if you guys know of a standard way this is
supposed to be done and that standard way is through the controller
then that is fine, i'm just trying to follow standards as much as
possible.

Thank you very much for your time,
--Alex


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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