[PHPTAL] muliple filters, modifiers... new API?

2008-11-05 Thread Krzysztof Suszyński
Is there a plan to make PHPTAL working with multiple filter/modifier functions with easy interface like for ex.:| | /** * Registers filter object to pre-filters list * [EMAIL PROTECTED] PHPTAL for chaining */ *public function *assignPreFilter(PHPTAL_Filter $newFilter); /** * Clears all assigned

Re: [PHPTAL] my own keyword handler

2008-11-05 Thread Christian Welzel
Am Mittwoch 05 November 2008 schrieb Kornel Lesiński: > Yes, because path "${ud/id}" is supposed to do exactly that. If ud/id does > not evaluate to a variable name, then you should use "ud/id". This means, the same syntax "${x/y}" has different results depending of its usage in a path: or a str

Re: [PHPTAL] my own keyword handler

2008-11-05 Thread Kornel Lesiński
On 04-11-2008 at 18:45:10 Christian Welzel <[EMAIL PROTECTED]> wrote: Now it generates this: Core_Helper_LinkHelper::getInstance()->createUrl('folder',array('goto'=>$ctx->{phptal_path($ctx->ud, 'id')},)) what leads to the runtime error: Unable to find path 0 in current scope. "0" is the valu