CodeIgniter Forums
How to fetch data from multiple tables on same page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How to fetch data from multiple tables on same page (/showthread.php?tid=67698)



How to fetch data from multiple tables on same page - sumant - 03-28-2017

How to fetch data from multiple tables on same page


RE: How to fetch data from multiple tables on same page - ChicagoPhil - 03-28-2017

(03-28-2017, 05:36 AM)sumant Wrote: How to fetch data from multiple tables on same page

Maybe use a join?


RE: How to fetch data from multiple tables on same page - php_rocs - 03-28-2017

@sumant

We need more information. Your request is very vague. How do you plan to use that data from multiple tables (i.e. multiple sections on same page)?


RE: How to fetch data from multiple tables on same page - sumant - 03-29-2017

(03-28-2017, 07:59 PM)php_rocs Wrote: @sumant

We need more information.  Your request is very vague.  How do you plan to use that data from multiple tables (i.e. multiple sections on same page)?

@php_rocs 

yes


RE: How to fetch data from multiple tables on same page - php_rocs - 04-02-2017

@sumant

Is this data related in any way? There are many ways to bring in data from multiple tables.
Joins,
Unions,
Views,
etc...


RE: How to fetch data from multiple tables on same page - fakhrawy - 04-02-2017

i think there is a full example i created before in my blog,you can take a look