Lars: you should really avoid using PHP arrays, just take the step, increase the dependency of PHP to 5.0.x and enjoy objects (which are a LOT saver to use than arrays - imagine you want to change an attribute name and you had to try to replace all array indices by the correct ones). If you don't want to, you should at least define some constant as the idices so there's just one place to replace such things.
