Re: Adding Loop / If support to a simple template engine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Richard Lynch wrote:
On Wed, April 6, 2005 7:04 pm, James Williams said:

Hey fellas, I'm makin a forum right now and as a sub project, I'm making
a template engine / class.  Right now all it does is variable
replacement, however I am curious as to how I can implement support for
loops and if statements.  I would appreciate any ideas that you may
have, thank-you!


You'll have to write a parser.

Or use something like bison/flex/yacc to create one for you.

This is not something you want to try to knock out in an afternoon because
you're bored. :-)

Thank-you, but what exactly does a parser do?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux