So far I really enjoy how CodeIgniter plays together with PHP ActiveRecord ORM tool,
How would I go about specifying which connection to use in my models?
My config/database.php file has 2 connections set up: $db['default']
and $db['myOtherDb']
Thanks