The Model::bindModel()/unbindModel() is listed in the cakephp manual
http://manual.cakephp.org/chapter/models (latter part) or the api
http://api.cakephp.org/1.2/class_model.html#0b969d5264205cd3a425980dd53e9658

this a way to alter the associations (hasOne, hasMany ...) on the fly.
This will make it sure that you can remove unwanted sql joins or
queries due to the associations that was created for the model/s.


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