Ya Grant not to argue with you, but if you are going to make a
statement like that, you make me think you have not done much cake
programming. (Though for how long you've been around I'll assume
otherwise)

I need data from the session in the models all the time. It's usually
a modified_by or created_by type of thing. Sometimes its other things,
like enclosing  shopping cart abilities into a model and component.
Cake is meant to make tasks simple  and isolated so you don't have to
repeat yourself. If you can't enclose this type of thing into a
behavior, then what good is cake? Not accessing this data from within
a model really defeats the DRY principal.

On Nov 21, 3:54 pm, Grant Cox <[EMAIL PROTECTED]> wrote:
> Cake does not provide a method, as you should not be accessing the
> session from any model / behaviour.
>
> Sometimes it is just much easier to do so though, so you can still
> access $_SESSION directly.  But you really should reconsider whether
> you have to access the session in your model / behaviour - it may
> indicate an overall problem with your application structure.
>
> On Nov 21, 11:46 pm, villas <[EMAIL PROTECTED]> wrote:
>
> > Cake 1.2  -- How can I access session data from inside a 'behaviour'
> > file?  TIA
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to