onApril 24, 2018 Symfony Doctrine Many to Many Relationship (ManyToMany) Many to many relations are one of the mostly used relations in the relational database. It took a while for me to figure how to properly… Discover More
onApril 7, 2018 Install MySQL 5.6 and phpMyAdmin on Ubuntu 16.04 To Install MySQL 5.6 and phpMyAdmin on Ubuntu just follow the command one by one bellow. For phpMyAdmin to work, you need PHP to be… Discover More
onJanuary 16, 2008 MySQL ORDER BY FIELD – Custom Field Sorting Today I ran into a problem. I need to sort results of a given query by fixed column values. Example I have a column named status and which… Discover More