InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Get_instance in CodeIgniter? |
|
Answer» It is a globally available METHODS or functions that returns the Controller super-object which contains all the currently loaded CLASSES. get_instance() function returns the Controller CLASS INSTANCE. |
|