> In different situations in my application I need use different > conditions in model assocciations and every time i must use bindModel > or there is another way how to do it ?
you could create multiple associations in your models (you can link the 2 same models using different names as many times as you wish), and then turn off the ones you don't need using unbindModel(); ? could make your code a bit easier to manage... hth jon -- jon bennett t: +44 (0) 1225 341 039 w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
