CodeIgniter Forums
My_ separate folder - 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: My_ separate folder (/showthread.php?tid=47534)



My_ separate folder - El Forum - 12-12-2011

[eluser]Unknown[/eluser]
I'm trying to organize my project because it's getting very out of hand. My problem is that I've extended CI's libraries/helpers for one or two functions here n there. My question is can I put my extended files (my_class) into a sub folder ie libraries/my/extended_class. Or even have a seperate folder from libraries called my_libraries.