hi all, how can i make where statement in phql query builder for field in joined table my phalcon configuration is using module and namespace
sample 2 tabel
-
tabel user -- field user_id -- fied user -- field role_id
- tabel role -- field role_id -- field role
i want select from user join with role where role="operator"
tanks before