automatix
automatix
Hi guys! The build is failing. The PHP extensions cannot be found and installed. Any idea, how to solve the issue? Thx ``` $ docker-compose build ... #6 [ 2/12]...
Hi, (Context: Windows 10.) I was a bit unhappy with the naming and changed some names, e.g. the log files names or the database name. I'm going to create a...
Hi, I'm trying to use the `WildcardEventDispatcher` in a Symfony 4 application. It's not working yet. Already posted the question on [StackOverflow](https://stackoverflow.com/questions/51603060/how-to-get-the-wildcardeventdispatcher-working-in-a-symfony-4-application), but nobody seems to be able to help......
Sometimes the database contains tables like `foo` and `bar` with an `n:m` relationship between them, that is implemented as an association table `foo_bar` (with `FOREIGN KEY`s to `foo.id` and to...
An element's `label` can get attributes, e.g. `class`. Theoretically this behavior is also possible for radio buttons. But the `setLabelAttributes(['class' => 'my_class'])` called on a `Zend\Form\Element\Radio` object sets the attribute(-s)...