Code Comments
Programming Forum and web based access to our favorite programming groups.On Thu, 9 Sep 2004, Monte Ohrt wrote:
> objects as params to objects has never been supported:
>
> {$obj->meth($foo->var))}
Hmm, but it worked in 2.6.3, I have a lot of code relying on it. Even this
used to work, and doesn't anymore:
{$obj->meth($foo->var.bar)}
=> $this->_tpl_vars['foo']->var['bar']
Also, messju is right, the case where the first argument is a numeric
constant is still broken.
Hans
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.