Discovering MySQL GROUP_CONCAT

A relatively quick post this week, but I discovered something new in MySQL (as in new to me). A common query one might need to run is to get a list of rows from one table and it's related rows in a connected table.  For example, given these tables: Let's say I […]


Overdue Update

Wow, it's been nearly two months since my last post!  Whoops! I'm still around, it's been a strange mix of quiet and hectic lately.  Quiet in that we wrapped up our first PHP Zend project and got it out the door.  Thus far it's worked pretty well other than the occasional completely […]


Basic Fluid Grid and Responsive Design

To give my brain a bit of a rest from the Zend learning and in preparation for some future projects, I decided it was time for me to look at responsive design techniques and using CSS grids for doing site design.  Lordy was that stuff confusing!  Took me an hour or […]


Getting SOAPy with ZF2

Taking a little break from my learning application to really just jump in with both feet into our current first Zend application. As we're getting near the deadline for completion, I was tasked with creating the SOAP stuff that another app will be accessing to pull data from our application. Before anyone […]