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