Welcome Guest, Not a member yet? Register   Sign In
Method chaining onto $this->load->model
#2

Taking a look at the source code for the Loader class, I'm assuming in CI2 it returned the model, but in CI3 it actually returns the loader, so you will be able to chain the loader functions IE $this->load->model('cat_model')->library('form') etc. You will always have to use $this->cat_model syntax in CI3.
Reply


Messages In This Thread
RE: Method chaining onto $this->load->model - by knightar - 06-20-2016, 11:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB