Choosing the Right Data Type for MySQL Table Fields September 7, 2012August 19, 2017Arvind Bhardwaj 1 Choosing the right data type for the field of MySQL tables is always a task full of confusions. You have a number of data types […]
How to change mysql credentials in Magento December 17, 2010August 19, 2017Arvind Bhardwaj 0 This probably seems like a no-brainer for many people, but it came up today and I didn’t have an immediate answer. So, if you want […]
addAttributeToFilter Conditionals In Magento December 17, 2010August 19, 2017Arvind Bhardwaj 0 addAttributeToFilter is a function that can be called on a product collection in Magento. In short, it adds a condition to the WHERE part of […]
5 Helpful Tips for Creating Secure PHP Applications June 3, 2010August 19, 2017Arvind Bhardwaj 15 PHP is one of the most popular programming languages for the web. Sometimes a feature-friendly language can help the programmer too much, and security holes […]