To actually answer your question, $this
actually represents the singleton Codeigniter instance (which is actually the controller object).
For example when you load libraries/models, you're attaching them to this instance so you can reference them as a property of this instance.
Another way to get this instance in codeigniter is the get_instance()
function that you use when building portable libraries.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…