![]() |
CodeIgniter HMVC : [again] Multiple View Problems - 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: CodeIgniter HMVC : [again] Multiple View Problems (/showthread.php?tid=58405) |
CodeIgniter HMVC : [again] Multiple View Problems - El Forum - 06-10-2013 [eluser]Unknown[/eluser] Hi Guys, I'm using Wiredesign HMVC, but I got a problem with multiple view. the view not showing in the right place. Any comments/suggestions welcomed Dashboard - Controller Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Dashboard - Views Code: <html> Browser Source Code - Dashboard Code: <div class="widget01"> and now my widget table (example plugin) showing in the top of my page. not in the page body. Thanks In advance Sorry for my english. |