Re: [PHP] Re: HTML_Template_Flexy or Smarty

2004-12-15 Thread Matthew Weier O'Phinney
* Electroteque <[EMAIL PROTECTED]>: > no error handling I should have qualified that. If you do something like: $smarty->display($filename); and $filename does not exist, you get an error. When I say error handling, I mean that I'd like for the method to return an error so I can handle

Re: [PHP] Re: HTML_Template_Flexy or Smarty

2004-12-15 Thread electroteque
no error handling what i am asking, can it to standard template blocks aswell, like you have a main template and can add template blocks from a seperate template ? to keep it fasttemplate freiendly , and also can it be html programmer or designer friendly still say with simple vars like {my

[PHP] Re: HTML_Template_Flexy or Smarty

2004-12-15 Thread Matthew Weier O'Phinney
* Electroteque <[EMAIL PROTECTED]>: > hi there I am trying to choose between the two, which one is efficient, > but is also html programmer friendly and can still do template block > style templating like fasttemplate or phemplate. I am trying to move > people who have been using fasttemplate to