Archive for December, 2007
For a long time I’ve been trying to figure out how to store and retrieve multi-dimensional arrays in a MySQL dbase. For instance, a config setting stored in a complex array might resemble the below:
$config['modules']['module_events']['settings']['template']['name'] = ‘List Page’;
The most obvious way for storing this info in a dbase (discounting XML/JSON) is to store a “path” [...]








