#oop
Read more stories on Hashnode
Articles with this tag
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 · 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...
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...
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...
In my last article, I explained OO (object oriented) programming does not necessitate inheritance. A common mistake among developers is to assume you...