12-31-2014, 06:43 AM
(12-30-2014, 02:59 PM)mwhitney Wrote: That's what this code does. The primary purpose of extending CI_Model is more or less to utilize this function, usually for the purposes of accessing $this->db from within your model.
Yes, I know it's a shortcut to the CI object, but I don't understand why sneakyimp is expecting problems because of that. Everybody uses this class without problems!