Tag: CodeIgniter

Loading library/model classes from your views in CodeIgniter

Hi, When I was new to CodeIgniter, I need some data manipulation using a library function in my view classes, I simply loaded the library and called the library function, as I always do…. $this->load->library(‘some_library’); $this->some_library->some_library_function(some_parameters); but when run this code, I surprised by the error: Before this I had used library functions many times …

Continue reading

%d bloggers like this: