You are browsing the archive for 2010 September.

PHP Test Fest

September 14, 2010 in Personal

Title: PHP Test FestLocation: MadLabLink out: Click hereDescription: Come Test PHP!Start Time: 12:00Date: 2010-09-11 I came, I saw and a I tested. A good test fest for PHP and my 1st. I managed to get two tests complete.. mainly because of my inability to follow instructions anyway was all good and great to see so [...]

Don’t use IsValid in your Doctrine Models – a warning

September 9, 2010 in Doctrine, PHP, Web Development

Recently for a project i’ve been making heavy use of Doctrine. In one of the models I had a method to check to see if the object was valid under a certain set of conditions. I named this function isValid .. and it had 2 params. Little did I know that this was actually overriding [...]