Interview Questions

What is recursive in cakephp?

CakePHP Interview Questions and Answers


(Continued from previous question...)

What is recursive in cakephp?

Using this recursive property, Cake will know about the depth of the result that needs to be generated when find() and read() methods are used.It is needed to set the depth of the retrieval of records associated with a model data so we can limit how much data is fetched from the query in case of multi levels of associations between your models.

(Continued on next question...)

Other Interview Questions