PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Flexy » Bug #10123

Multiple indirection, i.e. a.b().c() etc

Details

Request #10123Multiple indirection, i.e. a.b().c() etc
Submitted2007-02-19 10:43 UTC
Frommike at we11er dot co dot uk
StatusAnalyzed
PackageHTML_Template_Flexy
PHP Version5.2.0
OSWindows
Roadmaps(Not assigned)

Comments

[2007-02-19 10:43 UTC] mike at we11er dot co dot uk

Description:
------------
I tried the following:

{a.method().method()}

But the parser generates an error (I can't give an example right now, I'll paste one later).

I'm guessing this isn't supported? I think it's pretty important, otherwise my back-end code has to munge all the data into 'flat' classes before it can be used... which is messy and time consuming.