Bruce Wells
Thoughts on PHP

Thoughts on PHP

Follow
Follow
homebadges
Tag

oop

#oop

More content

Read more stories on Hashnode


Articles with this tag

PHP Database Cursors

Aug 2, 20238 min read53 views

Or why I wrote another ORM · In a previous post, I talked about the PHP Iterator interface and how to write a CSV reader. Now it is time to do the same...

PHP Database Cursors

Active Table Design Pattern

Jun 28, 20235 min read30 views

Or why I wrote another PHP ORM · In my last post, I discussed Iterators and Database Cursors as requirements for what I would want in an ORM. I...

Active Table Design Pattern

Iterators and Database Cursors in PHP

Jun 26, 202310 min read57 views

Or why I wrote another PHP ORM · In my last post, I was talking about designing classes and identified some requirements for an ORM I could envision but...

Iterators and Database Cursors in PHP

PHP Inheritance Explained

Apr 14, 20238 min read56 views

In my last article, I explained OO (object oriented) programming does not necessitate inheritance. A common mistake among developers is to assume you...

PHP Inheritance Explained

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