10-25-2007, 01:54 PM
|
#25 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
... but thats still negligible, its still a new language to learn. And it takes extra processing time to parse the new templating functions!
Its so much easier to do:
PHP Code:
<html> <?php if($condition == $testvariable) { } ?> </html>
|
|
|
|