Re: Wim's Conf Proposal
Manuel Holtgrewe <manuel.holtgrewe-b+b15Z6w9cpy80wz8M7KhqmYAUrVh0xC@public.gmane.org>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
Wim Niemans ri schrieb: > On 16 Feb 2005 at 0:34, Jean-Christophe Michel wrote: > > >>alex black wrote: >> >>>>Ok. In case the conf_value is an array, 'value' would give you a var_dump >>>>or so; 'get' would give the (multilevel) array. >>> >>> >>>Ah - I think its unnecessary? What do others think? >> >>How can we store an array as conf value using sql? > > > That's solved. An array is serialised or var_dumped or whatever is fast. > In the db that is. Ugh - no serialized data in a DB please. Cache to be fast, but use nice types that are not language specific. Manuel