How can you use $this reffering to the controller in a codeIgniter model

Coamfoumn

New Member
I am using CodeIgniter, and in one of my models I would like to refer the \[code\]$this\[/code\] which is used in \[code\]$this->load->model\[/code\] and \[code\]$this->load->view\[/code\], instead of the \[code\]$this\[/code\] which refers to the object itself.Is it possible?Thanks,
Lemiant
 
Back
Top