I've read through how to create an options page for a plugin, and I have it working as described here:
http://codex.wordpress.org/Creating_Options_Pages
What I'm trying to figure out is how to make all of the options occupy a single option row in the database. I know if I can get the options to be an array, or a serialized array, that the options will be saved the way I want, but I need an example. Does anyone know of a tutorial or a sample plugin that demonstrates this?