[eluser]danmontgomery[/eluser]
If you're talking about the controller object, it's instantiated in system/codeigniter/CodeIgniter.php:
If you're talking about classes you load, they're instantiated when you call $this->load->model('model_name'), $this->load->library('library_name'), etc