Simon André
Simon André
@WebMamba is right, the only way to call component dynamically is with the component function. Currently there is no possibility to embed content into components with dynamic name.
You can call dynamic component already. It's embedding a component that does not work
This is not the real problem, for now the component tag does not allow dynamic bloc names. The HTML syntax is only sugar on top of it
```twig {{ component(componentName) }} {% component (componentName) %} ``` Both exist currently, at least the first, right ? ```twig ``` This is something one can do locally in one line...
First I'd really like to understand the need.. as I have really no example coming to mind (not saying they do not exist!) where this would be anything but an...
This is exactly the situation i want to avoid, as it does _not_ respect the contract.
Again, as i see it .. if you want to use unitialized properties, you can, via this.fooBar But you need to disable exposePublicProps
> That makes a lot of sense to me. Have you change them all? I looked for other `Foo_Bar_Class` and could not find one.. it seems the remaining were mostly...
Got it :) https://github.com/twigphp/Twig/pull/4117
There seems to be a problem with GD trying to read the file. Is the file readable? Can you read it from your controller ?