Bruce Wells
Thoughts on PHP

Thoughts on PHP

Follow
Follow
homebadges
Tag

php8

#php8

More content

Read more stories on Hashnode


Articles with this tag

Getters and Setters vs Public Access

Apr 29, 20237 min read51 views

Or How To Design Better Objects · In my last posts, I explored just what objects are and how to extend them (inheritance) or use them (composition). The...

Getters and Setters vs Public Access

PHP Object Oriented Programming

Apr 12, 202311 min read150 views

I often see other developers having trouble with "Object Oriented Programming". Often they claim it does not work, or it gets "too complex", or hard...

PHP Object Oriented Programming

PHP 8.2 Release Day!

Dec 8, 20225 min read58 views

Time to upgrade · PHP 8.2 was officially released today (December 8th, 2022), and that means it is time to upgrade! You don't have to wait till a new...

PHP 8.2 Release Day!

The Costs Of Legacy Support

Nov 27, 20224 min read88 views

Don't enable the laggards! · PHP has been around for a while. 1995 saw the release of version 1. By 1998, version 3 was released. 2000 saw version 4...

The Costs Of Legacy Support