(09-25-2015, 07:32 AM)kilishan Wrote: Thanks for sharing that article. He does a very good job of explaining the differences. I knew most of that, but the 3rd quirk I had never even thought about since I have never tried to do that. Good to know.
I didn't know #2 or #3. For number 3, I don't use $this much inside of CI models/libraries, I set a local
static::$CI property, so in my closure,
self::$CI or
static::$CI work just fine. but I'm sure I would have ran into it sooner or later