PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Another idea I had that I wanted to bounce off you guys was using a separate table for each node type, as each have slightly different needs: Like attributes always have a name/value pair while elements never have a value, but always have a name... and cdata sections never ave a name, but always a value... etc...
Seems logical to me, but I'm a little too deep in it to be completely objective
Thanks for the tip Jenk - I've removed most of my need for the destruct method at this point, but I might use register_shutdown_function() for object serialization when I get to the optimization stage.