Re: [PHPTAL] multiple pre/post filters

2008-10-03 Thread Kornel LesiƄski
On 02-10-2008 at 19:15:47 a b [EMAIL PROTECTED] wrote: How to add two or more post/pre filters to the template? _prefilter is not an array, so just last filter is executed. class MyBunchOfFilters implements PHPTAL_Filter { function filter($code) {

[PHPTAL] Namespace with shorter notatnion

2008-10-03 Thread a b
Hi, How to modify default namespace to have shorter notatnion of: tal:block i18n:translate=my string/tal:block (assuming I do not use i18n:translate=var) for example as: tal:langmy string/tal:lang -- reagards, takeshin ___ PHPTAL mailing list