Cakephpdocs 49

CategoryCakePHP functions - unbindModel() model function
Code ExamplesunbindModel() model function allows you to temporarily kill the "has and belongs to many" relationship. Example: $this->unbindModel( array('hasAndBelongsToMany'=>array('Tag')) );
Test Code
Links
Remarks
Cancel