Re: problem to updating last_login using save()

2008-01-22 Thread Rgarg
in database last_login is not going to change. i hv also use pr($someone) it contain all values but not reflecting in database. On Jan 22, 2:13 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Jan 22, 9:47 am, Rgarg <[EMAIL PROTECTED]> wrote: > > > i am trying to update field 'last_login' in table 'use

Re: problem to updating last_login using save()

2008-01-22 Thread AD7six
On Jan 22, 9:47 am, Rgarg <[EMAIL PROTECTED]> wrote: > i am trying to update field 'last_login' in table 'users' like this : > > $someone = $this->User->findByUsername($this->data['User'] > ['username']); > $this->Session->write('last_login', $someone['User'] > ['last_login']); >