Wondered if the community has ever tried to import an Object Container such as http://pimple.sensiolabs.org/ into CI, and how you’ve used it?
Any rumors one will be implemented in CI 3.0?
Semi-related - I’m very excited about Drivers these days, and toying with doing such “traditional” OOP things as creating a User object and inheriting different user types from it…not sure how that would play out, just something to fool around with next time I have a chance. Idea might be to combine with Pimple above rather than passing everything around via MY_Controller variables….Thoughts on that, as well?