View Single Post
Old 10-25-2007, 01:54 PM   #25 (permalink)
bluesaga
Super Moderator
Advanced Programmer 
 
bluesaga's Avatar
 
Join Date: Sep 2007
Posts: 165
Thanks: 0
bluesaga is on a distinguished road
Default

... 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>
bluesaga is offline  
Reply With Quote