Interview Questions

Which methods are used to create and destroy model associations on the fly?

CakePHP Interview Questions and Answers


(Continued from previous question...)

Which 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.

(Continued on next question...)

Other Interview Questions