Lua -> PHP Data Structure Converter

A while back I had some grandios plans for importing item data from World of Warcraft into a database that I could on the forums for some plugin ideas that I had. Well, I still haven't gotten around to doing any of that, but I did manage to slap together a simple Lua -> PHP data structure converter class. All of the conversion is handled by a LuaConverter object [lua_converter.class.php] I have written a simple test script [lua.php] that displays a list of all the lua files inside the ./lua directory and when one is selected, it creates the PHP data structure, evals it, and does a print_r on the results. Check out the demo script in action.

Comments (1)