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

You can't use namespaces in controllers.

You can use namespaces in models and libraries, but in that case you don't use $this->load->***.
You just instantiate them with new operator like pure PHP.
Reply


Messages In This Thread
RE: Codeigniter using namespace for version 3.x? - by kenjis - 09-29-2015, 02:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB