I am developing a php/mysql web application, and I am facing the task of
storing application settings. Because it is web based, I will need to
read the app settings on a per-session basis.

I see one of two choices here - store each setting as a separate record
in the table, with the value always stored as a string, or store one
record with a separate column with the appropriate data type for each
setting.

How have others done this? What method is the fastest/most
flexible/easiest to maintain and extend?

--Bruce


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to