For the beginning I'm really new to Smarty.
I got some template files that need to be parsed sometimes first.
So it would be interesting to know if Smarty can parse only one special block instead of the whole file with many blocks.
There is a function called fetch ()
but it doesn't work that way I hoped.
It would be nice if it is possible to do something like
Smarty()->fetch($myTpl, array('blockname1'));