The problem is that populating two columns (Left and Right) for something as big as the animal kingdom would be virtually impossible. Even if I spent three months doing it, I’d have to change it every time a new species is discovered or a taxon’s classification changes.
So I wondered if anyone has developed a way of automating the process. For example, are you aware of some PHP script that would allow me to query the database and display it, with the query adding two columns (Left and Right) filled with the proper values? I could then save it as a CSV file and import it back into my database table.
Here is class that I used to manipulate nested sets: github
You can create simple admin panel for your categories using this class.
It handles all the tree data automatically.