InterviewSolution
Saved Bookmarks
| 1. |
Which Methods Are Used To Create And Destroy Model Associations On The Fly? |
|
Answer» The bindModel() and unbindModel() MODEL methods are USED to CREATE and DESTROY model associations on the fly. The bindModel() and unbindModel() Model methods are used to create and destroy model associations on the fly. |
|