Saturday, August 27, 2011

Re: Login check

Thanks for the good points. cakephp is easy and secured to use. I like it

On Sat, Aug 27, 2011 at 2:57 PM, euromark <dereuromark@googlemail.com> wrote:
a) you should use beforeRender() to pass stuff to the view

b) why so complicated?
you do have the session helper in the view

if ($this->Session->check('Auth.User.id')) {}

but your approach would work, too :)


On 27 Aug., 09:20, Prabha vathi <prabha.ridd...@gmail.com> wrote:
> function beforeFilter(){
>
> $this->set('loggedIn', $this->Auth->user('id'));
>
> I have this lines.
>
> Inside theme, i have this line
>
> <?php if($loggedIn) { ?>
>
> Is that correct?

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php



--
--
Prabhavathi
http://www.indiapublicforum.com

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: