Welcome Guest, Not a member yet? Register   Sign In
Codeigniter using namespace for version 3.x?
#3

You can use namespaces in your application, but CI itself doesn't use them, and its loader doesn't support them, so you'll have to load namespaced classes on your own. Since CI will load Composer for you if you set a config value, it's usually pretty easy to load and use namespaced classes as you would in other frameworks.
Reply


Messages In This Thread
RE: Codeigniter using namespace for version 3.x? - by mwhitney - 05-22-2015, 01:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB