Re: beforefilter call 3 times

2007-02-22 Thread AD7six
"pieceofcakephp" <[EMAIL PROTECTED]> wrote: > > > I have this code (below), but when it run > > fromhttp://localhost/app/users/login > > I see the log for function "beforefilter()" call 3 times > > > 2007-02-22 14:32:44 Error: login->before

Re: beforefilter call 3 times

2007-02-22 Thread the_woodsman
users/login > I see the log for function "beforefilter()" call 3 times > > 2007-02-22 14:32:44 Error: login->beforefilter():0Users > 2007-02-22 14:32:44 Error: defaultX.X.XUsers > 2007-02-22 14:32:44 Error: login():Users > 2007-02-22 14:32:44 Error: login->beforefilter():

beforefilter call 3 times

2007-02-22 Thread pieceofcakephp
I have this code (below), but when it run from http://localhost/app/users/login I see the log for function "beforefilter()" call 3 times 2007-02-22 14:32:44 Error: login->beforefilter():0Users 2007-02-22 14:32:44 Error: defaultX.X.XUsers 2007-02-22 14:32:44 Error: login():Users 200