Hi All,

I need to create a multiselect box for a HABTM relationship.  I have 5
tables customers, customers_employees, employees,
employees_transactions, and transactions.

1 transaction has many employees.
1 Employee Belongs to 1 customer.
1 Customer have many transactions.
1 Customer has many employees.

I have a url for mydomain.com/transactions/edit/ which corresponds to
edit($transaction_id) in my transactions controller.

I need to create a multi-select box of all employees that belong to
the customer on the current transaction record.

Any suggestions?

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