Install PHPCS and PHPMD on OSX Yosemite
If you are looking to install PHP CodeSniffer (PHPCS) and PHP Mess Detector (PHPMD) on OSX Yosemite, there are a few things you need to do, but they are really simple. First, make sure that […]
If you are looking to install PHP CodeSniffer (PHPCS) and PHP Mess Detector (PHPMD) on OSX Yosemite, there are a few things you need to do, but they are really simple. First, make sure that […]
The factory pattern can be summed up pretty easily by its name, a factory. If we think about a factory in the real world it makes things. A factory won’t make cars and sweets in […]
Over the next few weeks I will be looking at design patterns used in PHP and will give real world examples of when to use them. I will also explain these in simple terms avoiding […]
I recently upgraded my PHP version from 5.2.6 to PHP 5.3.1 and when restarting Apache half my sites suddenly had parse errors. I could not work out what the issue was. Rolling back did not […]
GIT is really easy to install, all you need to do is download and install the dependencies and then download the package from the GIT website and deploy it. I will show you in a […]
Being a noob when it comes to setting up a Linux development environment I decided I would get some practice in and set up a new LAMP stack. Well all went swimmingly until I tried […]