Hi All,
i was wondering if there's any possibility to add a condition i.e. " ... WHERE is_deleted = 0 ... " to ALL select queries to database. I wanted to not worry about general conditions that must be called when all tables contains same field. The best would be if the condition will be added when using query builder, find methods and plain sql respectively. Thanks in advance :)
Zenek