PHP

PHP Design Patterns

Design patterns are a way to solve a problem in a similar way. Just like a construction worker uses a hammer for nails and a screw driver for screws, design patterns are your tools that you should be using. Creational Structural Behavioral

PHP Design Patterns Read More »

What’s new in PHP 8.2

With the release of PHP 8.2, some new and exciting features will now be available. Readonly classes Disjunctive Normal Form (DNF) Types Allow null, false, and true as stand-alone types New “Random” extension Constants in traits Deprecate dynamic properties

What’s new in PHP 8.2 Read More »

Scroll to Top