April 20, 2011
Installing PHPUnit using Pear on Mac OSX was such a process I have to write it down. If you want to get started with unit testing in SilverStripe you need PHPUnit installed. Installing Pear and PHPUnit If you have MAMP installed on Mac OSX 10.6, you probably have Pear installed already and just need to [...]
March 6, 2011
The User Forms SilverStripe module is super useful for creating forms. I often use it for contact page forms, recently I wanted to submit a contact form via AJAX which is pretty straight forward using SilverStripe’s extension class. Install User Forms module I won’t go through this process in detail, you download the module and [...]
for tips on PHP and web development