On Monday 30 April 2001 21:02, Steven Haryanto wrote:
> At 5/1/2001 01:43 AM, Michael Kimsal wrote:
> >I understand completely what you're getting at already, but PHP is
> >designed to do what you're asking to do.
> >
> >I know there are valid reaons for stripped down implementations, but
> > can't think of too many.
>
> Clean separation of content and presentation? That is one strong
> point (for some people anyway).

Well, whether you write
<p>Hello <?= $User ?>, how are you?</p>
or
<p>Hello {{ USER }}, how are you?</p>

doesn't really matter I'd say.

> Ease of use? I want to let *other people* customize the web page to
> some extent, but surely do not want to require them to learn PHP.

Also in this regard.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

CPU not found. retry, abort, ignore?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to