Closed lvismer closed 11 years ago
I haven't tried using multiple children. The child rendering has to be done manually and I'm probably not handling in the best manner possible.
https://github.com/ZF-Commons/ZfcTwig/blob/master/src/ZfcTwig/View/Renderer/TwigRenderer.php#L205
If you want to try and come up with a better solution feel free to submit a PR or offer suggestions.
Kyle I added a pull request that addressed my use case.
https://github.com/ZF-Commons/ZfcTwig/pull/68
(#68 is a refactored version from #67 which can be ignored, I closed #67)
Checking now and closing this issue.
Hi
I upgraded from 1.0 to 1.1 and wanted to find out if the following should still work with disable_zf_model = true (it did work for me on version 1.0.*)
Inside the controller
and then the view
I know I can convert both the forward calls to viewHelpers but I was just wondering. I do not particularly need them as helpers, but if the behaviour is not supported I'll convert the controller calls to helpers.
Many thanks