I have a table with 2 columns: ID and Name, like: 1 Audiobook 2 Book 3 Bound Issue 4 etc. I want to store ID as array key and name as array value. How can I do that? Thanks.