Archive

Blog Archives

Polymorphism – OOP PHP Tutorial

Understanding Polymorphism and its usage and advantages.

Fastest way to Convert Associative Arrays to Objects

No need to create a class or Function to accomplish it.

Simple Database Connection using MySQLi OOP and Procedural

This tutorial demonstrates the use of MySQLi in OOP and Procedural Approach

Using Object-Oriented Approach in Building WordPress Admin Menus

Coding in WordPress Admin using Object Oriented Programming

Sending HTTP requests using cURL in PHP

A simplified way of Sending HTTP requests using client URL