Bruce Wells
Thoughts on PHP

Thoughts on PHP

Follow
Follow
homebadges
Tag

Object Oriented Programming

#object-oriented-programming

More content

Read more stories on Hashnode


Articles with this tag

Zen and The Art of Class Design

May 21, 20238 min read39 views

Or why I wrote another PHP ORM · zen : a state of calm attentiveness in which one's actions are guided by intuition rather than by conscious effort -...

Zen and The Art of Class Design

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