Archive for the ‘PHP’ Category

Managing “soft” relations between PHP objects

Saturday, March 28th, 2009

Sometimes you may stumble upon the problem that you have to find related objects to other objects without actually knowing anything about the objects but their class names. In this case the best approach is to have a universal object resolver based on the fact that the objects themselves usually ...