![]() |
Two dashboard on one view - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Two dashboard on one view (/showthread.php?tid=49620) |
Two dashboard on one view - El Forum - 02-27-2012 [eluser]targeting[/eluser] Hello! I new in CI. I need help for displaying two dashboard on one view. I have two function with dashboard. On the end of first function I have this $this->load->view('home', $data); and the second one also $this->load->view('home', $data); How to make anchor or link to be displayed in one page? Please help! Thanks! |