I am using ZF2 with skipper.
I have my main module entities, and I have a vendor "toolbox" with common elements that I use in all my apps.
I want to know how do I set up associations between my module entity and a vendor entity.
i.e.
in my module files I have Users
in my vedor entity I haev Countries
I want to create an association between Users and Countries