Hi,
currently working on a website in which i had used a generic class for PHP parsing class name: 'FastTemplate'
I have used a fasttemplate class which requires a lots of function calls in ur .php file (i.e call class methods everytime setting every tags value e.g $tpl->asign(NAME,'')).
it is okie if ur module functionality is less.
But what abt if ur file is big enough and require such more then 100 function calls..does it slow down the actual processing..!!
Pls let me know if anybody had any comments on it..🙂