Dependency Injections
Dependency Injections When creating PHP classes, particulary when utilising Unit tests, its a good idea to use dependancy injections. This…
MySQL REPLACE
I’d not come across REPLACE as a MySQL function before. I’d always used a combination of concatination of LEFTs and…
MySQL Group Concat
What is MySQL’s GROUP_CONCAT function for? How often have you wanted a comma separated list of values in a table…
MySQL Replication Guide
I have had to install a few instances of MySQL replication, and its never as simple as you expect…
Online Regular Expression Testing Tool
Regular expressions — everyone loves them, right? Well, I am currently running Ubuntu, and I would normally use RegexBuddy –…