MO: MO: [Phplib-users] auth url question
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-10-31 22:32:07
|
> I can think more, > > ## no cascade > if((!$auth->start('authenticate')) > { > if( ($whatever_trigger == 'login' && !$auth->start('login')) > > ||($whatever_trigger == 'register')&& (!$auth->start('register')) > > { > page_showform(); > } > } > The point is also that we should still be able of calling auth->start() the usual way, without any parameter, and be compatible with existing sites. Gian |