Re: [PHPTAL] a bug?

2008-05-21 Thread anru
Sorry guys: i was signed to mail list after found that bug. regards. On May 21, 2008, at 11:00 PM, Werner wrote: Hi Anru Do you have access to the previous two messages in this mailing list? The previous thread was entitled "[PHPTAL] Framework Helper Functions Not Working For External

Re: [PHPTAL] a bug?

2008-05-21 Thread Werner
Hi Anru Do you have access to the previous two messages in this mailing list? The previous thread was entitled "[PHPTAL] Framework Helper Functions Not Working For External Macros", and it sounds like the bug you describe has probably already been fixed in SVN by Kornel. However, I'm not sure

Re: [PHPTAL] a bug?

2008-05-21 Thread Kornel Lesinski
On Wed, 21 May 2008 09:38:58 +0100, anru chen <[EMAIL PROTECTED]> wrote: function executeMacro($path); after line $tpl = new PHPTAL($file); we should add : $tpl->setPhpCodeDestination($this->getPhpCodeDestination()); otherwise current Code Destination will not inherent by new template obj

[PHPTAL] a bug?

2008-05-21 Thread anru chen
Hi: I just picked up PHPTal as my template system last week, i thought i have found a bug. In PHPTal.php file, function executeMacro($path); after line $tpl = new PHPTAL($file); we should add : $tpl->setPhpCodeDestination($this->getPhpCodeDestination()); otherwise current Code Destination will