Pass Data From One Model To Another Model

Generally we can go redirect one model to another by using


$this->redirect(array('/testePergunta/create

But if need need to pass one value from one model to another model then how it can be done?

Thanks : )