Re: Cakephp Ajax helper or Jquery?

2013-05-27 Thread Leigh Mackay
The people who create jQuery say progressive enhancement is the best way to use jQuery. It's simple and maintainable, you build your app without any jQuery from the start. Then once your app works with pure html you sprinkle on jQuery. One of the best frontend resources I've been reading lately

Re: Change password

2013-05-27 Thread André Luis
What is your doubt?? Em sábado, 25 de maio de 2013 14h23min47s UTC-3, Igor Borovica escreveu: > > Can someone help me with change password function in cakephp? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message be

Re: Begginer's Lesson learned! [Solved] Authentication Tutorial

2013-05-27 Thread elimushi
Thanks man for this post. I too almost said "Enough cake for me"... but U've rescued me!! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To uns

Change password

2013-05-27 Thread Igor Borovica
Can someone help me with change password function in cakephp? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and

Re: Cakephp Ajax helper or Jquery?

2013-05-27 Thread André Luis
I used to work like this, but now i´m using the ajax prefix to keep more organized... BUT it´s only my suggestion :D Em sábado, 25 de maio de 2013 02h29min01s UTC-3, advantage+ escreveu: > > Why prefix it? > > > > If $this->request->is('ajax') then do what ever. > > > > *From:* cake...@google