Dear rartavia,

Thanks for your reply.

Actualy, it's not work, because the couple fields (1 & 2) need to be
unique at the SAME TIME. For instance:

field1 | field2 | status
1      | 1      | allow
1      | 2      | allow
2      | 1      | allow
2      | 2      | allow

And the system can not allow new insert rows like theses:

field1 | field2 | status
1      | 2      | not allow
2      | 1      | not allow

thats it
;)
--~--~---------~--~----~------------~-------~--~----~
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