I recently discovered the PHP framework Kohana (which is awesome) and was reading a thread about using it in conjunction with a templating engine such as Smarty or Twig. My ques
Unless you allow for short tags,
{$foo}
is much more readable than
Multiplied over a large project, it adds up.