[PHPTAL] Namespace with shorter notatnion

2008-10-03 Thread a b
Hi, How to modify default namespace to have shorter notatnion of: my string (assuming I do not use i18n:translate="var") for example as: my string -- reagards, takeshin ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/

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) { foreach($thi