There is anyway to show the registers of more than one table or I have to develop with CodeIgniter?
Thank in advance.
⚠ 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 19 July 2015 - 03:39 AM
There is anyway to show the registers of more than one table or I have to develop with CodeIgniter?
Thank in advance.
Posted 19 July 2015 - 10:12 AM
Can you give some more explanation? Because I dont understand at all! What means develop Codeigniter? Now are you not develop with CI?
Posted 19 July 2015 - 12:53 PM
SELECT a.field1, a. field2, b.field1, b.field2, c.field1, c.field3
FROM table_a a, table_b b, table_c c
WHERE a.field1 = b.field4
AND b.field5 = c.field1
I hope I have clarified my question.
Regards,
Sergio
Posted 19 July 2015 - 15:53 PM
1)You can use custom model where u select additional fields
2)You can use callbacks for fields from other table
But there is no default functionality in GC out of the box
Posted 19 July 2015 - 18:42 PM
but it gives me error.
Thanks in advance.
Regards,
Sergio
Posted 19 July 2015 - 20:40 PM
Posted 27 August 2015 - 02:33 AM
Paul,
Thank you very much.
Best regards,
Sergio