May 21, 2017 | No Comments | Programming | docker doctrine mssql sql-server symfony
Recently Microsoft released SQL Server Linux version. So let’s try this out for our simple Symfony2 project and test how it works for common tasks.
June 14, 2016 | No Comments | Programming | doctrine listener Symfony2
Since doctrine 2.4 we can use Entity Listeners to perform operations before/after saving entity in database. How to use entity listeners in Symfony2 ? For example we need to log our entity on some condition.