Home » HTML » HTML_Template_Flexy » Bug #10123
Multiple indirection, i.e. a.b().c() etc
Details
| Request #10123 | Multiple indirection, i.e. a.b().c() etc |
|---|---|
| Submitted | 2007-02-19 10:43 UTC |
| From | mike at we11er dot co dot uk |
| Status | Analyzed |
| Package | HTML_Template_Flexy |
| PHP Version | 5.2.0 |
| OS | Windows |
| 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.