Dealing with nested sets in mysql?
I have decided to follow http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html So now I am looking for some help with the code. I am using their data for my testing, So, I visualized the tree being like so: array('value' => 'Richard Shakespeare', array('value' => 'Henry', array('value' => 'Joan'), array('value' => 'Margaret'), array('value' => 'William', array('value' => 'Susana', array('value' => 'Elizabeth Hall', array('value' => 'John Bernard'))), array('value' => 'Hamnet'), array('value' => 'Judith', array('value' => 'Shakespeare Quiney'), array('value' => 'Richard Quiney'),