February 15th, 2007
I love The Daily WTF, but live in fear I will write something worthy of it. However in anything, not just programming, brain fudge is somewhat inevitable. So here’s my latest:
class Admin_Controller extends h_Controller
{
function __construct()
{
// parent::__construct(); originally here
[…]
January 10th, 2007
I don’t like the idea of a meta-PHP templating language: PHP is a templating language. However my attempt to use the natural templating features of PHP was abysmal. Thinking there must be something better I started playing around with generating XML and transforming that into HTML using XSL. I’m not pretending this post is a […]
July 6th, 2006
I recently completed an A-Level project in PHP. It went quite well, but I was still keen to improve on my design methodology. To a “weekend silicon warrior” this may seem unnecessary, but I assure you the bigger applications you write, the more consideration you’ll find yourself putting into the design to stop headaches later. […]