From: "Chris de Vidal" <[EMAIL PROTECTED]>
> Or are you saying:
> $pt = new MyPage;
> $pt->render('contact.tpl');
> OR
> $pt = new MyPage;
> $pt ->render('prices.tpl');
> OR
> $pt = new MyPage;
> $pt->render('index.tpl');
>
> I can see the benefit of this method if that's what you mean.That's what I meant. :) I guess I was too consise. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

