Is there any way to build query like select t1.id,t1.name,t2.mobile from t1 inner join t2 on t1.id=t2.userid thanks for help
except raw sql,thanks
You can use PHQL and/or the query builder: https://docs.phalcon.io/en/latest/reference/phql.html