| Category | CakePHP functions - unbindModel() model function |
| Code Examples | unbindModel() 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 |