addAssociation() vs getAssociation()
I stumbled today over the question how to filter associations. And just in case you are like me and didn’t read the awesome paragraph in the documentation about it, here is the difference between addAssociation and getAssociation in quick: The important part is return $this vs return $criteria. getAssociation() runs down the associations and returns […]