Hi,
I have a table users (userid, name, email, password)
and other table mentors(id, userid, address, city, state, country)
I want to join these table and show data from both table but not able to do using Crud function. Please suggest.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 12 August 2019 - 22:02 PM
Hi,
I have a table users (userid, name, email, password)
and other table mentors(id, userid, address, city, state, country)
I want to join these table and show data from both table but not able to do using Crud function. Please suggest.
Posted 23 August 2019 - 13:03 PM
you can read about set_model.
https://www.grocerycrud.com/documentation/options_functions/set_model/
Jim