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 8, 2018 Why do we need to upgrade PHP 5.6 to PHP 7.2? The current version of PHP which is 5.6 has reached the end of life on 19th Jan 2017. PHP team has stopped support for 5.6, and no more new… Discover More
onApril 7, 2018 Install PHP 5.6 on Ubuntu 16.04 To Install PHP 5.6 on Ubuntu just follow the command one by one bellow. apt-get update apt-get install software-properties-common… Discover More
onMarch 4, 2017 Symfony: Adding custom route by code during runtime During development we always come across situation where you need to add custom routes based on some settings based from the user. In this… Discover More
onDecember 18, 2012 WHM / cPanel – Compile PHP 5.3 to work with PHP 5.2 This is one of major issue lot of web masters face now. As PHP 5.2 has reached end of life we are forced to seek options to migrate and test… Discover More