Understand object oriented features in PHP
As a WordPress developer, having sound knowledge of object oriented features in PHP is very important. In this post, I will list and describe object oriented features available in PHP.
As a WordPress developer, having sound knowledge of object oriented features in PHP is very important. In this post, I will list and describe object oriented features available in PHP.
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.
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.
Some minor but important details about php.
Almost all modern applications use REST API to allow the developers to interact with it including WordPress. In this post, I will discuss necessary concept to get started with REST API.