CodeIgniter Forums
Organization! - 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: Organization! (/showthread.php?tid=48817)



Organization! - El Forum - 01-30-2012

[eluser]xerobytez[/eluser]
So I'm working on this project that will require an extensive template system. The app should be able to easily switch templates. Each template can have multiple layouts, views and partials. Each view can have multiple partials. What would be the best way to lay this out directory structure wise? I want to keep everything as clean and separated as possible. Thanks for any advice.