CakePHP - recursive on specific fields in model?
- by Paul
Hi, I'm pretty new to CakePHP but I think I'm starting to get the hang of it. I'm trying to pull related table information recursively, but I want to specify which related models to recurse on. Let me give you an example to demonstrate my goal:
I have a model "Customer", which has info like Company name, website, etc. "Customer" hasMany…