![]() |
How can I pass multiple queries from different tables to a single view in CodeIgniter - 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 can I pass multiple queries from different tables to a single view in CodeIgniter (/showthread.php?tid=92760) |
How can I pass multiple queries from different tables to a single view in CodeIgniter - Butted - 04-18-2025 Hi everyone, I'm very new to CodeIgniter. I'm trying to send queries from the controller to a single view. I have two different functions, each with a different query, and I want to style their results differently in the same view. Here’s my controller code: Code: public function publications() Code: <div class="col-lg-12"> Main fixes:
|