RE: [Phplib-users] Combining Features
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-07 14:59:55
|
Yeah, I was just trying to be lazy and not have to rewrite what was already built and workable. Thanks, > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Joe > Stewart > Sent: Monday, October 07, 2002 10:36 AM > To: php...@li... > Subject: Re: [Phplib-users] Combining Features > > > On Mon, Oct 07, 2002 at 10:22:24AM -0400, Rob Hutton wrote: > > Guys, I'm probably missing something obvious, but it looks > like it is hard > > if not impossible to combine features like sessions, auth with > the templates > > in that the session, auth examples have php code in the example > pages and > > that code wouldn't be run if it was passed through the template > engine. Am > > I missing something? > > > > The auth supports templates OK. Like you said, the auth examples don't > show this, but auth->loginform can be replaced with a template based > method just fine. > |