Object Oriented Programming Concepts

Object oriented style of programming is a must have skill for any programmer. In brief, it helps developers to organize application code structure, build simple relationships among other objects, and make their code reusable.
In this post, I will discuss about object oriented programming concept in detail and how you can benefit from using it.

PHP array functions to understand

Instead of building custom functions to work with PHP arrays, its always good practice to use built-in functions whenever possible. So, in this post, I will list few important built-in php functions to work with PHP arrays.