Don’t use IsValid in your Doctrine Models – a warning
Recently for a project i’ve been making heavy use of Doctrine. In one of the models I had a method to check to see if the object was valid under a certain set of conditions. I named this function isValid … Continued