Sometimes it is good to store form data in session – for example when working with filters, when you want to save last filters state when user gets […]
PHP
Posted on:
Quicktip: SQLSTATE[HY000] [2002] Not a directory trying doctrine:schema:create
If you are using MAMP and trying to execute doctrine:schema:create or anything db related you may encounter that error, solution is simple – you need to create symlink […]