Re: Session access from Model

2006-05-08 Thread gwoo

from your controller
$this->Model->sessionVar = $this->Session->read('Var.name');

then you have $this->sessionVar in the model

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Session access from Model

2006-05-08 Thread BoBB
I was wondering if there was a way to access session information from the model, more specifically for a beforeSave callback function.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---