1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Split db into app and usr and overhaul db objects

This commit is contained in:
gnosygnu
2016-12-08 12:24:15 -05:00
parent 9dfbd472ac
commit fd79415b53
48 changed files with 800 additions and 472 deletions

View File

@@ -97,7 +97,7 @@ public class Xoav_app implements Xoa_app, Gfo_invk {
public void Init_by_app(Io_url user_db_url) {
user.Init_db(this, wiki_mgr, user_db_url);
this.Addon_mgr().Add_dflts_by_app(this).Run_by_app(this);
cfg.Init_by_app(user.User_db_mgr().Conn());
cfg.Init_by_app(this);
}
public void Free_mem() { // NOTE:not yet called in drd; DATE:2016-12-04
cfg.Clear();