+ add the feature of db config extension.

This commit is contained in:
wangchunsheng
2012-06-23 11:11:04 +00:00
parent 2f48429e9b
commit 30992c04fa
4 changed files with 78 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@ class common extends control
$this->common->sendHeader();
$this->common->setCompany();
$this->common->setUser();
$this->common->loadConfigFromDB();
$this->app->loadLang('company');
}