X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=mw%2Fapp%2Fdata%2Fmodules%2Fshare%2Fmw_data_init.php;fp=mw%2Fapp%2Fdata%2Fmodules%2Fshare%2Fmw_data_init.php;h=1a74be40143f6a9daa3a8a7404a867014070022d;hb=36ed114046cbe3d72a3589230e9f306a54fcc79d;hp=0000000000000000000000000000000000000000;hpb=281c96e95451269f2614684b8de5be25862c8374;p=mtweb diff --git a/mw/app/data/modules/share/mw_data_init.php b/mw/app/data/modules/share/mw_data_init.php new file mode 100644 index 0000000..1a74be4 --- /dev/null +++ b/mw/app/data/modules/share/mw_data_init.php @@ -0,0 +1,30 @@ +env; + } + + function sgbd(){ + return $this->sgbd; + } + + function set_env(&$env){ + $this->env = &$env; + } + + function set_sgbd(&$sgbd){ + $this->sgbd = &$sgbd; + } + + function table_prefix(){ + return false; + } + + } + +?> \ No newline at end of file