Monthly Archives: May 2020

How to chain containables in CakePHP and still select specific fields

I have an application with deeply nested models. I want to select several specific fields from a multi-layered “slice” of the data. And since we’re using CakePHP, I want to use Cake’s methods rather than writing my own custom query. … Continue reading

Posted in Uncategorized | Leave a comment