Re: Controller and Session in View

2009-10-26 Thread sateesh
How to save the session in the view. In tutorial it is mentioned that we should not use the write method in the view. Then what is the alternative method to save the sessions in the view of cake php. On Oct 14, 9:20 pm, brian wrote: > On Wed, Oct 14, 2009 at 4:00 AM, Prof. No Time > > wrote: >

Re: Controller and Session in View

2009-10-14 Thread brian
On Wed, Oct 14, 2009 at 4:00 AM, Prof. No Time wrote: > > Thanks Brian, > > I am using the AUTH component. I want to access Auth.user() in the > view and I think the only way I can do that is if I can get the > controller in the view so I can say this->controller->Auth->user(). I > guess this is

Re: Controller and Session in View

2009-10-14 Thread Prof. No Time
Thanks Brian, I am using the AUTH component. I want to access Auth.user() in the view and I think the only way I can do that is if I can get the controller in the view so I can say this->controller->Auth->user(). I guess this is the wrongest way to go right? But I am new and just floating around

Re: Controller and Session in View

2009-10-13 Thread brian
On Tue, Oct 13, 2009 at 12:37 PM, Prof. No Time wrote: > > Hello People, thanks so much for your attempts at my bake problem. > Obviously no one was close at all to the answer but I figured out > myself how to bake and I have baked successfully quite a number of > times now. I am new to this cake

Controller and Session in View

2009-10-13 Thread Prof. No Time
Hello People, thanks so much for your attempts at my bake problem. Obviously no one was close at all to the answer but I figured out myself how to bake and I have baked successfully quite a number of times now. I am new to this cake thing and I hope you guys can help me sail through. I love Qcubed