Tag
Aaron Belchamber
2 posts tagged Aaron Belchamber.
Posts

04/02/2015
How to show or access cookie values in Symfony Twig views
Strange how obscure it is to find a clear example of how to just access or show the value of a cookie in Twig, so here it is!

03/24/2015
Doctrine field type mappings: tinyint is a boolean
A MySQL tinyint is mapped to boolean regardless of its declared length, so a column holding 0 to 100 comes back as true. The full type table, and the two ways to get an integer back.