I am new to codeigniter.
I want to know use of $CI =& get_instance();
is this use for error logging or global config variable.
thanks in advance.
|
I am new to codeigniter. I want to know use of $CI =& get_instance(); is this use for error logging or global config variable. thanks in advance. |
|||
|
|
|
From CodeIgniter manual:
Link: http://codeigniter.com/user_guide/general/creating_libraries.html |
||||