Is there a way to select more than one table in RedQueryBuilder ?
The context is :
I need to provide an easy way to help blind people to do some queries.
Thanks for the help =)
Is there a way to select more than one table in RedQueryBuilder ?
The context is :
I need to provide an easy way to help blind people to do some queries.
Thanks for the help =)
RedQueryBuilder can do definitely do joins.
You need to tell it about the foreign keys between the tables.
The property names for this will change in 0.6.0 but will maintain backwards compatibility.
Please see https://github.com/salk31/RedQueryBuilder/issues/11 for discussion about the renaming.
Personally I'd be incredibly happy if your app could help partially sighted people.