For example title, database host, ext. And be able to edit it via Form on Site.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the database, I guess.
If you want to store settings of various data types and complexity, you could use a NoSQL database like MongoDB. You could store numbers, strings, arrays, object, etc. in a single collection; in a relational database you would have to serialize arrays and objects or add complexity by having to join tables. And there is a bundle for MongoDB.