Meta Box Lite
Meta Box

Design Patterns

What are design patterns and how to use them? This series will provide useful information from the basic definition to special kinds of design patterns.

What is Design Patterns

What is Design Patterns?

This post will introduce to you the basic definition, classification as well as important role of Design patterns in software development.
Object Pool Pattern - when and how to use it in PHP?

Object Pool Pattern - when and how to use it in PHP?

In this article, we will continue to learn about the next design pattern that is also part of the creational patterns called "The Object Pool Pattern".