function beforeFilter()
{
               $level_check = $this->othAuth->group('level');
                if (!empty($level_check))
                {
                        $this->level = $level_check;
                } else {
                        $this->level = 0;
                }
}

then in your functions just grab $this->level when you need to.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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