Welcome Guest, Not a member yet? Register   Sign In
Removing $this-> from codeigniter 3+
#5

(12-22-2014, 02:11 AM)libreteam_studio Wrote:
Code:
function view($path)
{
   $ci = &get_instance();
   return $ci->load->view($path);
}

Hi maybe it is offtopic but why in php 5 we have to write $CI =& get_instance(); and not $CI = get_instance();
get_instance returns an object which passed by reference?
Thanks
Reply


Messages In This Thread
Removing $this-> from codeigniter 3+ - by kharota - 12-21-2014, 03:10 PM
RE: Removing $this-> from codeigniter 3+ - by levydavid - 12-27-2014, 10:46 AM
RE: Removing $this-> from codeigniter 3+ - by jlp - 12-31-2014, 04:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB