when implement  this code "
function login()
                      {
                          if (empty($this->data))
                                        {
                                                if 
($this->Protector->access("login",3))
                                         {
                                                 $this->redirect('/login');
                                                 }
                                        else
                                                
$this->Protector->fail("login","5m");
                                                $this->set('error', true);
                                }
                                else
                                        {
                                                $this->flash("/","sorry you 
exeeded the amount of allowed trys,
please come back in 5 minutes again");
                                        }
                   }
"
problem araise  cannot redeclare class


--~--~---------~--~----~------------~-------~--~----~
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