#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
Or why I wrote another PHP ORM · It is time to cover the Active Record class for my ORM. The Active Record design pattern is well known and there are...
You have probably heard of the Active Record design pattern, but now I am going to introduce a new design patterned called an Active Table. Just like...
Or why I wrote another PHP ORM · One of the biggest problems in abstracting SQL into an Object Oriented design is how to model the WHERE, HAVING and JOIN...
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 -...
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...
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...