Well I just answered my own question by doing this:
$this->set('data', $this->Session->read('Transaccion'));
Once againg:
CAKE RULES!
On 6/10/06, Carlos Mauricio Samour <[EMAIL PROTECTED]> wrote:
> On the wiki I read that if you wanted to save an array with the
> session component you do this:
> $this->Session->write( 'Transaccion\'][\'0' ,
> $this->params['data']['Transaccion']);
>
> How do you read this session data?
> Y tried:
> $dtos = $this->Session->read('[Transaccion]');
> and it gives me nothing back.
> Thanks.
> Cake Rules!
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---