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.  And actually, I would consider RTF or PDF to be
languages unto themselves.  There's a full syntax to use to get specific
results, and if you're throwing conditionals in there, or variables, it's
hard to see how it's not a language.  Maybe not full-featured, but a
language nonetheless.



On Tue, 1 May 2001, Steven Haryanto wrote:

> See the philosophy behind HTML::Template for explanation on this:
> 
> http://www.perlmonth.com/features/template/template.html?issue=11
> 
> Not everything with loops and IFs is a programming language. I would
> probably call PDF or RTF a programming language too if it were.
> 
> Steve
> 
> 
> At 5/1/2001 01:10 AM, Michael Kimsal wrote:
> >No, you're asking for something with loops and IFs.  That's a programming
> >language.
> >
> >
> >On Tue, 1 May 2001, Steven Haryanto wrote:
> >
> > > Actually, not using a programming language is the point of template,
> > > since I do not want to expose anything other than some template
> > > 'variables' to the template.
> 
> 
> -- 
> 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]
> 


-- 
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