Hi everyone,
I am using CodeIgniter, and in one of my models I would like to refer the $this
which is used in $this->load->model
and $this->load->view
, instead of the $this
which refers to the object itself.
Is it possible?
Thanks,
Lemiant