How to add a relationship if the field value is 1 using hasmany() doctrine, php -


how add relationship if field value 1 using hasmany() doctrine, php example

i having user table , user_locations multiple locations.

i need record of non deleted locations user location table using user obj.

by default relation should added records if locations not deleted user_locations

note: location deleted field is_deleted=1


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -