Re: [Phplib-users] Combining Features
Brought to you by:
nhruby,
richardarcher
From: Joe S. <jo...@be...> - 2002-10-07 14:38:10
|
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. |