CodeIgniter Forums
[split] ocmod? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: [split] ocmod? (/showthread.php?tid=68035)



[split] ocmod? - faizanrupani - 05-13-2017

Will you include ocmod?
And please include in system to load one container to another container.
Like we use in opencart
    
Code:
$this->load->container("container_folder/container_file");

This will be very useful and I need this now.

Can you share some link where it shows how to load header, footer, column_left and column_right from single file that will help my work to do all that from one file. Because I cant load controller how to do this?