CodeIgniter Forums
Namespaces ? Btw I Love CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Namespaces ? Btw I Love CI (/showthread.php?tid=667)



Namespaces ? Btw I Love CI - artemweb - 01-03-2015

I love Codeigniter made tones of money on it, developed few very complexed CRMs using this freindly scaleable framework but, I wonder when CI will be compatible to use namespaces?


RE: Namespaces ? Btw I Love CI - dmyers - 01-03-2015

Do you mean Namespace autoloading or something else? I currently use CodeIgniter with a number of namespaced libraries (composer and other) so I'm not sure what you mean by "compatible to use namespaces"

Please provide more details?


RE: Namespaces ? Btw I Love CI - nnolting - 01-08-2015

Traditionally the way the core is coded namespacing is near impossible.
https://philsturgeon.uk/blog/2012/12/5-things-codeigniter-cannot-do-without-a-rewrite/


RE: Namespaces ? Btw I Love CI - Narf - 01-08-2015

(01-08-2015, 08:28 AM)nnolting Wrote: Traditionally the way the core is coded namespacing is near impossible.
https://philsturgeon.uk/blog/2012/12/5-things-codeigniter-cannot-do-without-a-rewrite/

Nothing prevents you from using namespaced code, it's just the framework's own code that can't utilize them.