Archive for September, 2007

Reordering nested sets using PHP and Javascript

The adjancency method
Representing a tree of nodes, for example product categories, in a relational database is not hard. The most common way of doing it is to store a parentid with each node. This is also known as the adjacency list model. It is sometimes also referred to as the recursive model. Whatever the name [...]

Javascript, PHP

PHP Conference

I have been to the International PHP Conference in Frankfurt a couple of times. Last year I didn’t go as the quality of the conference 2005 wasn’t what I think one should expect.
This year seems to be different though. A whole slew of interesting sessions on PHP mixed with a few sessions on agile development. [...]

PHP