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
-~----------~----~----~----~------~----~------~--~---

Reply via email to