Just override the establishConnection method on the special model like
function &establishConnection()
{
return parent::establishConnection('new_namespace_on_the_database_yaml_file');
}
hope it helps
Hi Delia,
If fixed the framework trunk on rev.1249 so it works as documented. After the update previous example will work for you.
Hi Delia,
Could you file a ticket for this issue on the trac?
Delia, I added some unit test for that and fixed some bugs I found on the way. It should work fine now. Check out rev.1252
1 to 9 of 9