Archive for January, 2012

Installing memcache with MAMP

There is a really great tutorial here on how to install memcache with MAMP.  However with the latest version of MAMP it has a few steps that don’t work.  Here are the missing steps for the latest MAMP: The source code for PHP 5.3.6 isn’t easily available – however you can get it by using [...]

Read more

Market Garden: Coming Soon in 2012

So, while everyone was off on their holiday breaks the past few weeks, much of the Two Bulls team spent the period busily working away on our latest project: Market Garden.  Coming soon to your iOS device in 2012 - MarketGardenHQ.com is your one-stop-shop for Market Garden previews and information. We’re not giving much away just yet… [...]

Read more

Using usort() and symfony2

The php documentation on the usort() function isn’t particularly helpful when it comes to using namespaces and how you call function references.  So if you are using Symfony2 and you want to make use of usort(), then you’ll need to do something like the following: namespace MyBundle\PathTo\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class MyController extends Controller { public [...]

Read more
close