RE: [Phplib-users] auth url question
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-31 21:42:16
|
> > > > I perfectly agree with this you said. > The least we get HTTP_GET/POST_VARS hardcoded in the main start() > function, > the better it is for people to extend phplib to their needs. > I myself like to have the possibility, from my proper version of page.inc > (this means BEFORE invoking auth->start) to invoke separately, > depending on > my needs, any and each of the 3 main function start does: > authenticate/login/register > But the URL is not hardcoded into anything! It is a variable, and with the duplicated functionality of login_if, then it can be called at start or afterwards. My concern is not how it is called, it is that start as it is in the snapshot is unstructured. It just calls stuff until something happens. And that is not good. |