Hey guys, just caught this now, in http://ellislab.com/codeigniter/user-guide/libraries/image_lib.html under “Initializing the Class”, it says:
Like most other classes in CodeIgniter, the image class is initialized in your controller using the $this->load_library function:
Should be:
Like most other classes in CodeIgniter, the image class is initialized in your controller using the $this->load->library function:
Not a big issue or anything, but thought you guys (derek) should know.
p.s. i’m not sure I posted this in the right forum, I couldn’t figure out where to post it.