From: Andrew T. <ajt...@hi...> - 2005-12-31 04:44:26
|
That is a good point. Also a config file allows for easy install multiple with similar or diff't configs but the same feeds. Having all the 'extra' (non-db) config in another file is probably a good idea. What about using the built-in PHP config file format for storing the info? The api should extract the actual storage away as key-value pairings. config.ini: [NUM_VIEW_ITEMS] =3D 50 num_items =3D fof_get_config('NUM_VIEW_ITEMS'); Andy On 12/30/05, Evan B <ev...@at...> wrote: > I take issue with this. The problem with that is that all the config > data gets wiped if the db crashes. As it stands, the only thing you have > to lose is your feed entries, which (to a certain extent) can be rebuilt > rather easily if you have an OPML backup of your feeds. > > e > > Katie Bechtold wrote: > > >Kevin commented under Feature Request 1375553 ("customizable > >appearance"): > > > > It wouldn't be a bad idea to have the ability to store > > global config options in the db. Then, config.php could be > > pared down to just the db connection info and table names. > > > >I think that's a good idea. Is that something you're working on, > >Kevin? Once we have a page for user configuration, I could work on > >input and storage of user login info for digest authentication. And > >we could move forward with allowing the user to customize fofredux's > >appearance. > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |