Tac Tacelosky
Tac Tacelosky
Something is amiss with the tag documentation (or code?)) ```twig {# templates/some_page.html.twig #} {% component table with {headers: ['key', 'value'], data: [[1, 2], [3, 4]]} %} {% block th_class %}{{...
I'm using this library to read the description and example properties from the schema, but it seem that those properties are protected. Perhaps I'm missing something, maybe it's there. If...
I'm getting an error when reading an fcpxml file. A short example is below, but it's not specific to this file, but rather the format (Apple's Final Cut Pro xml)...
| Q | A | ---------------- | --- | PHP version? | 8.1 | Bundle version? | main | Symfony version? | 6.1 | New feature? | no | Bug...
The old link was broken. I'm not sure if this is the best article, but at least it's an article.
You will be able to retreive it through the dictionaries collection service: ```php $dictionaries = $container->get(\Knp\DictionaryBundle\Dictionary\Collection::class); $dictionary = $dictionaries['my_dictionary']; ``` Is there a way to inject a dictionary into a...
## Question I'm migrating from FOSUser, but when I go to login, I'm getting invalid password. It's a very old database, I imagine the issue is related to the security...
The existing example didn't work for me, and it's a bit confusing, since there's not much documentation for the zip adapter.
I think the Symfony Serializer might be better than php's serialize(). Or in addition to, I guess.